]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/paging/now.html
Revert "serv_rssclient.c: style update"
[citadel.git] / webcit / static / t / paging / now.html
diff --git a/webcit/static/t/paging/now.html b/webcit/static/t/paging/now.html
new file mode 100644 (file)
index 0000000..dab1c4f
--- /dev/null
@@ -0,0 +1,7 @@
+<script type="text/javascript">
+ var oWin = window.open('static/instant_messenger.html', 
+ 'CTDL_MESSENGER', 'width=700,height=400');    
+ if (oWin==null || typeof(oWin)=="undefined") {
+  PopUpFailed();
+ }
+</script>