This commit is contained in:
Henrique Dias
2015-09-16 14:19:35 +01:00
parent 7bde82327a
commit 52a57d1f79
9 changed files with 22 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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();