fix exscaping of / in javascript text
[citadel.git] / webcit / static / t / paging / failed_hook.html
1 <script type="text/javascript">
2
3 function PopUpExplicit() {
4         window.open('static/instant_messenger.html', 'CTDL_MESSENGER', 'width=700,height=400');
5         toggleModal(0);
6 }
7
8 function PopUpFailed() {
9
10         $('md-content').innerHTML = "<div align='justify'><?_("You have one or more instant messages waiting, but the Citadel Instant Messenger window failed to open.  This is probably because you have a popup blocker installed.  Please configure your popup blocker to allow popups from this site if you wish to receive instant messages.")><\/div><br><br><div align='center'><h2><a href='javascript:PopUpExplicit();'>OK<\/a><\/h2><\/div>";
11         toggleModal(1);
12 }
13 </script>