add a simple feedback api and text explaining what it is
This commit is contained in:
@@ -23,6 +23,15 @@ define([
|
||||
Messages: Messages,
|
||||
Alertify: Alertify,
|
||||
};
|
||||
|
||||
common.feedback = function (action) {
|
||||
if (!action) { return; }
|
||||
$.ajax({
|
||||
type: "HEAD",
|
||||
url: '/common/feedback.html?' + action + '=' + (+new Date()),
|
||||
});
|
||||
};
|
||||
|
||||
var store;
|
||||
|
||||
var find = common.find = function (map, path) {
|
||||
|
||||
Reference in New Issue
Block a user