From: Robin Appelman Date: Mon, 25 Jul 2011 21:21:07 +0000 (+0200) Subject: remove some dummy code X-Git-Tag: v3.0~267^2~376 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6a9a62b7d22fe4603035d6da80cea099c89c7939;p=nextcloud-server.git remove some dummy code --- diff --git a/core/js/js.js b/core/js/js.js index 1c66e187366..9117f08349a 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -55,7 +55,3 @@ OC={ $('head').append(style); } } - -$(document).ready(function(){ - // Put fancy stuff in here -});