mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update template.php
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
object.clearQueue().finish();
|
object.clearQueue().finish();
|
||||||
object.animate({height: '0', 'font-size': '0', 'border-bottom-width': '0'}, 1000).animate({opacity: 0});
|
object.animate({height: '0', 'font-size': '0', 'border-bottom-width': '0'}, 1000).animate({opacity: 0});
|
||||||
} );
|
} );
|
||||||
$("#messages_container").append(message_text);
|
$("#message_container").append(message_text);
|
||||||
message_text.animate({opacity: 1}, 'fast').delay(delay).animate({height: '0', 'font-size': '0', 'border-bottom-width': '0'}, 1000).animate({opacity: 0});
|
message_text.animate({opacity: 1}, 'fast').delay(delay).animate({height: '0', 'font-size': '0', 'border-bottom-width': '0'}, 1000).animate({opacity: 0});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -290,7 +290,7 @@
|
|||||||
|
|
||||||
<body onload="<?php echo $onload;?>">
|
<body onload="<?php echo $onload;?>">
|
||||||
|
|
||||||
<div id='messages_container'></div>
|
<div id='message_container'></div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
//logged in show the domains block
|
//logged in show the domains block
|
||||||
|
|||||||
Reference in New Issue
Block a user