summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-03-31 16:56:19 +0200
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-03-31 16:56:19 +0200
commita5a5a276ab60d000fe259858585dc5b71eb372d2 (patch)
treecb06882c7ea8f9ba3f4b436687d5cc5a777261e4 /index.html
parent63f4ef494b32f08ee6709c6040374bb9ed9c5da8 (diff)
Replace window.alert with custom message box
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html
index 8e4eec1..d3bd219 100644
--- a/index.html
+++ b/index.html
@@ -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">