From 68a8a9945d73e22d19d58f89162f46c3d175fc58 Mon Sep 17 00:00:00 2001 From: Mark Longair Date: Mon, 25 Nov 2013 17:44:58 +0000 Subject: Remove jquery-ui; in a later commit we'll add it back via the gem The intention is to stop including our own custom build of jquery-ui but instead use the jquery-ui-rails gem, which works well with the asset pipeline. This commit should remove all traces of the old download of jquery-ui. --- app/assets/javascripts/admin.js | 1 - 1 file changed, 1 deletion(-) (limited to 'app/assets/javascripts/admin.js') diff --git a/app/assets/javascripts/admin.js b/app/assets/javascripts/admin.js index 25f3dc81f..f7684f3be 100644 --- a/app/assets/javascripts/admin.js +++ b/app/assets/javascripts/admin.js @@ -1,6 +1,5 @@ // ... //= require jquery -//= require admin/jquery-ui.min //= require admin/bootstrap-collapse //= require admin/bootstrap-tab //= require admin/admin -- cgit v1.2.3