Add notification

This commit is contained in:
Skia
2016-12-08 19:47:28 +01:00
parent c1397ef5a5
commit 80fa99d2ac
12 changed files with 387 additions and 562 deletions

View File

@ -36,3 +36,7 @@ $( function() {
popup.dialog({title: $(this).text()}).dialog( "open" );
});
} );
function display_notif() {
$('#notif').toggle();
}