summaryrefslogtreecommitdiff
path: root/plugin_loader/templates
diff options
context:
space:
mode:
Diffstat (limited to 'plugin_loader/templates')
-rw-r--r--plugin_loader/templates/plugin_view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin_loader/templates/plugin_view.html b/plugin_loader/templates/plugin_view.html
index c95f00fb..8b1e4793 100644
--- a/plugin_loader/templates/plugin_view.html
+++ b/plugin_loader/templates/plugin_view.html
@@ -10,7 +10,7 @@
}, false);
function loadPlugin(name) {
- this.parent.postMessage(name, "https://steamloopback.host");
+ this.parent.postMessage("PLUGIN_LOADER__"+name, "https://steamloopback.host");
location.href = `/plugins/load_main/${name}`;
}
</script>