aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ubiquityNeta.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubiquityNeta.js b/ubiquityNeta.js
index e24df95..4b95556 100644
--- a/ubiquityNeta.js
+++ b/ubiquityNeta.js
@@ -16,7 +16,7 @@
gUbiquity.__textBox.value = arg||'';
var context = gUbiquity.__makeContext();
var previewBlock = document.getElementById("cmd-preview").contentDocument.getElementById("preview");
- gUbiquity.__cmdManager.updateInput("map osaka", context, previewBlock);
+ gUbiquity.__cmdManager.updateInput(arg||'', context, previewBlock);
if (special) {
gUbiquity.__cmdManager.execute(context);
gUbiquity.closeWindow();