summaryrefslogtreecommitdiff
path: root/plugins/example/example.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/example/example.js')
-rw-r--r--plugins/example/example.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/example/example.js b/plugins/example/example.js
new file mode 100644
index 000000000..a31f2c2a2
--- /dev/null
+++ b/plugins/example/example.js
@@ -0,0 +1,3 @@
+function example(value) {
+ alert("Value saved: " + value);
+}