From 6a9a62b7d22fe4603035d6da80cea099c89c7939 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 25 Jul 2011 23:21:07 +0200 Subject: [PATCH] remove some dummy code --- core/js/js.js | 4 ---- 1 file changed, 4 deletions(-) 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 -}); -- 2.39.5