|
@@ -19,7 +19,7 @@
|
19
|
19
|
<script src="libs/popover.js?v=1"></script><!-- bootstrap tooltip lib -->
|
20
|
20
|
<script src="libs/toastr.js?v=1"></script><!-- notifications lib -->
|
21
|
21
|
<script src="interface_config.js?v=5"></script>
|
22
|
|
- <script src="libs/app.bundle.js?v=34"></script>
|
|
22
|
+ <script src="libs/app.bundle.js?v=35"></script>
|
23
|
23
|
<script src="analytics.js?v=1"></script><!-- google analytics plugin -->
|
24
|
24
|
<link rel="stylesheet" href="css/font.css?v=6"/>
|
25
|
25
|
<link rel="stylesheet" href="css/toastr.css?v=1">
|
|
@@ -28,6 +28,7 @@
|
28
|
28
|
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
|
29
|
29
|
<link rel="stylesheet" href="css/jquery-impromptu.css?v=4">
|
30
|
30
|
<link rel="stylesheet" href="css/modaldialog.css?v=3">
|
|
31
|
+ <link rel="stylesheet" href="css/notice.css?v=1">
|
31
|
32
|
<link rel="stylesheet" href="css/popup_menu.css?v=4">
|
32
|
33
|
<link rel="stylesheet" href="css/login_menu.css?v=1">
|
33
|
34
|
<link rel="stylesheet" href="css/popover.css?v=2">
|
|
@@ -120,6 +121,9 @@
|
120
|
121
|
<div id="videoconference_page">
|
121
|
122
|
<div style="position: relative;" id="header_container">
|
122
|
123
|
<div id="header">
|
|
124
|
+ <div id="notice" class="notice" style="display: none">
|
|
125
|
+ <span id="noticeText" class="noticeText"></span>
|
|
126
|
+ </div>
|
123
|
127
|
<span id="toolbar">
|
124
|
128
|
<span id="authentication" class="authentication" style="display: none">
|
125
|
129
|
<a class="button" id="toolbar_button_authentication" >
|