fistcommit
This commit is contained in:
12
assets/scripts/rwd.demo.js
Normal file
12
assets/scripts/rwd.demo.js
Normal file
@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Theme: Ninja Admin Template
|
||||
* Author: NinjaTeam
|
||||
* Module/App: RWD Table Demo
|
||||
*/
|
||||
|
||||
(function($) {
|
||||
"use strict";
|
||||
|
||||
$('.table-responsive').responsiveTable();
|
||||
|
||||
})(jQuery);
|
Reference in New Issue
Block a user