diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-03-31 16:56:19 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-03-31 16:56:19 +0200 |
commit | a5a5a276ab60d000fe259858585dc5b71eb372d2 (patch) | |
tree | cb06882c7ea8f9ba3f4b436687d5cc5a777261e4 /index.html | |
parent | 63f4ef494b32f08ee6709c6040374bb9ed9c5da8 (diff) |
Replace window.alert with custom message box
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -53,6 +53,12 @@ </script> </head> <body> + <!-- message box for alerts --> + <div id="message" style="display: none;"> + <span class="close glyphicon glyphicon-remove-sign"></span> + <span class="text"></span> + </div> + <!-- the status bar at the top of each page --> <div class="navbar navbar-inverse navbar-fixed-top" id="topbar"> <div class="container-fluid"> |