stubs for the mon js

Former-commit-id: 75781892f4d3618a6beb16c5feb1febf0ae70070
This commit is contained in:
2016-04-23 23:57:34 +02:00
parent a9fca71169
commit 244fa6aa11
3 changed files with 10 additions and 1 deletions
+8
View File
@@ -1,6 +1,14 @@
var page_mon = (function() {
var mon = {};
mon.captureRef = function() {
// TODO ajax & update the field
};
mon.compareNow = function() {
// TODO ajax & show result
};
mon.init = function() {
//
};