deteksi-badan-new/static/scripts/rwd.demo.js

12 lines
177 B
JavaScript
Raw Permalink Normal View History

2024-05-29 03:10:09 +00:00
/**
* Theme: Ninja Admin Template
* Author: NinjaTeam
* Module/App: RWD Table Demo
*/
(function($) {
"use strict";
$('.table-responsive').responsiveTable();
})(jQuery);