summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/index.js b/client/index.js
index 37906f30..9db88f14 100644
--- a/client/index.js
+++ b/client/index.js
@@ -60,7 +60,7 @@ function runApplets() {
}
let cmdPartz = payload.command.split(" ")
let cmd = cmdPartz.shift()
- let dataset = null
+ let dataset = payload.dataset || null
let url = null
let opt = null
payload.cmd = cmd