From 3321241b61766045a68a3d607b67e11a95014e87 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 20 Feb 2014 12:44:49 +0200 Subject: Require logins, removed jquery UI --- apps/it/static/js/ui/tests/index.js | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 apps/it/static/js/ui/tests/index.js (limited to 'apps/it/static/js/ui/tests/index.js') diff --git a/apps/it/static/js/ui/tests/index.js b/apps/it/static/js/ui/tests/index.js deleted file mode 100644 index 26c0749..0000000 --- a/apps/it/static/js/ui/tests/index.js +++ /dev/null @@ -1,10 +0,0 @@ -$(function() { - -$( "#main" ) - .addClass( "ui-widget" ) - .find( "h1, h2" ) - .addClass( "ui-widget-header ui-corner-top" ) - .next() - .addClass( "ui-widget-content ui-corner-bottom" ); - -}); -- cgit v1.2.3