diff --git a/build/js/AdminLTE.js b/build/js/AdminLTE.js new file mode 100644 index 000000000..53df944df --- /dev/null +++ b/build/js/AdminLTE.js @@ -0,0 +1,8 @@ +(function ($) { + "use strict"; + class treeview { + _do() { + alert("Good"); + } + } +})(jQuery); \ No newline at end of file diff --git a/build/js/treeview.js b/build/js/treeview.js new file mode 100644 index 000000000..b7eae6c78 --- /dev/null +++ b/build/js/treeview.js @@ -0,0 +1,11 @@ +/** + * Treeview.js + * Version 1.0 + * Author Abdullah Almsaeed + * Website Almsaeed Studio + */ + +(function($){ + "use strict"; + +})(jQuery); \ No newline at end of file