From 01976f1663f7d36d18f65574276f7250b506ef94 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Thu, 28 Jul 2011 11:44:18 +0530 Subject: [PATCH] Handle the cases where URL is too long --- js/tbl_change.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/tbl_change.js b/js/tbl_change.js index fa0a88fce9..4860ead0c7 100644 --- a/js/tbl_change.js +++ b/js/tbl_change.js @@ -293,6 +293,8 @@ function initGISEditorVisualization() { * Restart insertion with 'N' rows. */ $(document).ready(function() { + // Remove the class that is added due to the URL being too long. + $('.open_gis_editor a').removeClass('formLinkSubmit'); $('.open_gis_editor').live('click', function(event) { event.preventDefault();