From 258d86091229638ffdcfa76939bf062204b90ecc Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Thu, 15 Jan 2009 09:02:43 +0000 Subject: Revert changes that shouldn't have been committed together with r734633. Note to self: consume sufficient coffee before the first checkin in the morning. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@734637 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/futon.browse.js | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'share/www/script/futon.browse.js') diff --git a/share/www/script/futon.browse.js b/share/www/script/futon.browse.js index 0ff86f94..b85e8691 100644 --- a/share/www/script/futon.browse.js +++ b/share/www/script/futon.browse.js @@ -205,16 +205,6 @@ $.cookies.get(db.name + ".reduce", "") ); } - $("#viewcode textarea").change(function() { - if (page.viewLanguage == "javascript") { - try { - var func = eval("(" + $(this).val() + ")"); - $(this).removeClass("invalid").next(".error").remove(); - } catch (err) { - $(this).addClass("invalid").data("error", err.message); - } - } - }); page.populateLanguagesMenu(); } -- cgit v1.2.3