serv_rssclient.c: style update
[citadel.git] / webcit / static / t / paging / anchor.html
diff --git a/webcit/static/t/paging/anchor.html b/webcit/static/t/paging/anchor.html
deleted file mode 100644 (file)
index 2b124f9..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<script type="text/javascript"> function HandleSslp(sslg_xmlresponse) {
-  sslg_response = sslg_xmlresponse.responseText.substr(0, 1);
-  if (sslg_response == 'Y') {
-   var oWin = window.open('static/instant_messenger.html', 'CTDL_MESSENGER',
-    'width=700,height=400');
-   if (oWin==null || typeof(oWin)=="undefined") {
-    PopUpFailed();
-   }
-  }
- }
- function CheckPager() {
-  new Ajax.Request('sslg', { method: 'get', parameters: ctdlRandomString(),
-   onSuccess: HandleSslp } );
- }
- new PeriodicalExecuter(CheckPager, 30);
-</script>