added admin interface
This commit is contained in:
14
admin/assets/js/index.js
Normal file
14
admin/assets/js/index.js
Normal file
@ -0,0 +1,14 @@
|
||||
$(function() {
|
||||
"use strict";
|
||||
|
||||
|
||||
|
||||
|
||||
// notification popup
|
||||
toastr.options.closeButton = true;
|
||||
toastr.options.positionClass = 'toast-bottom-right';
|
||||
toastr.options.showDuration = 1000;
|
||||
toastr['info']('Hello, welcome to HexaBit, a unique admin Template.');
|
||||
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user