From 6a9a62b7d22fe4603035d6da80cea099c89c7939 Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind1991@gmail.com>
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 1c66e18736..9117f08349 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
-});
-- 
GitLab