Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Change responsive table class name
Browse files Browse the repository at this point in the history
  • Loading branch information
uyab committed May 17, 2019
1 parent cea0c3f commit b30065a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/js/all.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"/css/app.css": "/css/app.css?id=203ee2798cb9fe99d1fe",
"/js/all.js": "/js/all.js?id=bdfd5f1305a1fd88f3dc",
"/js/all.js": "/js/all.js?id=faad8d7ace27e44755f5",
"/css/all.css": "/css/all.css?id=381a04e1646c64b8d829",
"/semantic/semantic.min.css": "/semantic/semantic.min.css?id=bb64c8534ddf680548a8"
}
2 changes: 1 addition & 1 deletion resources/js/init/ui.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$(function () {

$('table.unstackable').basictable();
$('table.unstackable.responsive').basictable();

$('.ui.checkbox').checkbox();

Expand Down

0 comments on commit b30065a

Please sign in to comment.