From b4c4c4308cca868caf54c8f38b0ad46d12475c11 Mon Sep 17 00:00:00 2001 From: David Huynh Date: Thu, 27 May 2010 21:08:56 +0000 Subject: [PATCH] Minor fix. git-svn-id: http://google-refine.googlecode.com/svn/trunk@872 7d457c2a-affb-35e4-300a-418c747d4874 --- src/main/webapp/scripts/widgets/history-widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/scripts/widgets/history-widget.js b/src/main/webapp/scripts/widgets/history-widget.js index a790208d1..d2359cd65 100644 --- a/src/main/webapp/scripts/widgets/history-widget.js +++ b/src/main/webapp/scripts/widgets/history-widget.js @@ -192,7 +192,7 @@ HistoryWidget.prototype._showExtractOperationsDialog = function(json) { var level = DialogSystem.showDialog(frame); - textarea[0].select(); + elmts.textarea[0].select(); }; HistoryWidget.prototype._showApplyOperationsDialog = function() {