updates
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
$(document).ready(function() {
|
||||
$('.scroll').perfectScrollbar();
|
||||
|
||||
var n = noty({
|
||||
layout: 'topRight',
|
||||
type: 'success',
|
||||
text: 'noty - a jquery notification library!'
|
||||
});
|
||||
|
||||
$("#preview").click(function(e) {
|
||||
e.preventDefault();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user