From 7f97301e06b700ac4268643d94c986e005f74700 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Wed, 8 Aug 2012 14:15:32 -0500 Subject: [PATCH] fixed issue 478, thank you Matthew Norris, sorry this took so long --- VERSION | 2 +- applications/admin/static/js/jqueryMultiSelect.js | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index acc82682..cdf848aa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-08-08 13:59:52) dev +Version 2.00.0 (2012-08-08 14:15:29) dev diff --git a/applications/admin/static/js/jqueryMultiSelect.js b/applications/admin/static/js/jqueryMultiSelect.js index c7011265..57eeaf03 100755 --- a/applications/admin/static/js/jqueryMultiSelect.js +++ b/applications/admin/static/js/jqueryMultiSelect.js @@ -45,11 +45,8 @@ if(jQuery) (function($){ html += ''; $(select).after(html);