mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 12:29:24 +00:00
Add notification
This commit is contained in:
@ -36,3 +36,7 @@ $( function() {
|
||||
popup.dialog({title: $(this).text()}).dialog( "open" );
|
||||
});
|
||||
} );
|
||||
|
||||
function display_notif() {
|
||||
$('#notif').toggle();
|
||||
}
|
||||
|
Reference in New Issue
Block a user