[open-ils-commits] r15152 - trunk/Open-ILS/web/js/dojo/openils/widget (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Dec 14 09:44:38 EST 2009


Author: miker
Date: 2009-12-14 09:44:36 -0500 (Mon, 14 Dec 2009)
New Revision: 15152

Modified:
   trunk/Open-ILS/web/js/dojo/openils/widget/TranslatorPopup.js
Log:
Patch from Warren Layton to fix translation delete button in the translation dijit

Modified: trunk/Open-ILS/web/js/dojo/openils/widget/TranslatorPopup.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/widget/TranslatorPopup.js	2009-12-12 14:02:58 UTC (rev 15151)
+++ trunk/Open-ILS/web/js/dojo/openils/widget/TranslatorPopup.js	2009-12-14 14:44:36 UTC (rev 15152)
@@ -175,7 +175,7 @@
 			},
 			
 			removeTranslation : function (t) {
-				return changeTranslation('delete',t);
+				return this.changeTranslation('delete',t);
 			},
 			
 			changeTranslation : function (method, trans_id) {



More information about the open-ils-commits mailing list