stubs for the mon js
Former-commit-id: 75781892f4d3618a6beb16c5feb1febf0ae70070
This commit is contained in:
@@ -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() {
|
||||
//
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user