]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Comet/cometupdate.js
Make paging work correctly in the user-directory
[quix0rs-gnu-social.git] / plugins / Comet / cometupdate.js
index 72cca004b7b5f8195fc165aff261e0b08c2104b8..50b02b7f3486d1999fdc7f0b2dfdcd75cdfb4a47 100644 (file)
@@ -1,6 +1,4 @@
 // update the local timeline from a Comet server
-//
-
 var CometUpdate = function()
 {
      var _server;
@@ -27,4 +25,3 @@ var CometUpdate = function()
           }
      }
 }();
-