Remove non-used js_alerts section

pull/2487/head
Angel Fernando Quiroz Campos 8 years ago
parent a781264f65
commit 8727c7f492
  1. 7
      main/inc/lib/javascript/chat/js/chat.js
  2. 1
      main/template/default/layout/page_body.tpl

@ -330,13 +330,6 @@ function chatWith(user_id, user_name, status, userImage) {
$("#chatbox_"+user_id+" .chatboxtextarea").focus();
}
function chatNotYetWith(message) {
$("#js_alerts").html(message);
$("#js_alerts").css('display', 'block');
$("#js_alerts").attr('class', 'alert alert-warning');
$('#js_alerts').alert()
}
/**
* Creates a div
*/

@ -2,7 +2,6 @@
{{ actions }}
{% endif %}
{{ flash_messages }}
<span id="js_alerts"></span>
{% if header != '' %}
<div class="section-page">
<div class="page-header">

Loading…
Cancel
Save