Comment out confirmation popups (on successful events).
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
fe202cdc94
commit
47fa74d68f
1 changed files with 2 additions and 2 deletions
|
@ -46,10 +46,10 @@
|
|||
}
|
||||
}
|
||||
var success_approve = function(tag){
|
||||
window.alert('AJAX approved tag: ' + tag);
|
||||
// window.alert('AJAX approved tag: ' + tag);
|
||||
};
|
||||
var failure_approve = function(tag){
|
||||
window.alert('AJAX failed to approve tag: ' + tag);
|
||||
// window.alert('AJAX failed to approve tag: ' + tag);
|
||||
};
|
||||
var success_reject = function(tag){
|
||||
window.alert('AJAX rejected tag: ' + tag);
|
||||
|
|
Loading…
Reference in a new issue