Comment out confirmation popups (on successful events).

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Joe Atzberger 2008-06-02 12:33:33 -05:00 committed by Joshua Ferraro
parent fe202cdc94
commit 47fa74d68f

View file

@ -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);