Skip to content

Commit 8727c7f

Browse files
committed
Remove non-used js_alerts section
1 parent a781264 commit 8727c7f

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

main/inc/lib/javascript/chat/js/chat.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -330,13 +330,6 @@ function chatWith(user_id, user_name, status, userImage) {
330330
$("#chatbox_"+user_id+" .chatboxtextarea").focus();
331331
}
332332

333-
function chatNotYetWith(message) {
334-
$("#js_alerts").html(message);
335-
$("#js_alerts").css('display', 'block');
336-
$("#js_alerts").attr('class', 'alert alert-warning');
337-
$('#js_alerts').alert()
338-
}
339-
340333
/**
341334
* Creates a div
342335
*/

main/template/default/layout/page_body.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
{{ actions }}
33
{% endif %}
44
{{ flash_messages }}
5-
<span id="js_alerts"></span>
65
{% if header != '' %}
76
<div class="section-page">
87
<div class="page-header">

0 commit comments

Comments
 (0)