summaryrefslogtreecommitdiff
path: root/plugins/example/example.js
blob: a31f2c2a2460b55785940577113af65dc3dc4de6 (plain)
1
2
3
function example(value) {
	alert("Value saved: " + value);
}