- Coupon Add/Edit/Delete rule AJAX
This commit is contained in:
gmorel
2013-09-12 14:12:43 +02:00
parent 8668bf93bd
commit 173d0ad743
3 changed files with 0 additions and 30 deletions

View File

@@ -70,8 +70,6 @@
// Save Rules AJAX
couponManager.saveRuleAjax = function() {
$('#constraint-add-operators-values').html('<div class="loading" ></div>');
console.log('about to save');
console.log(couponManager.rulesToSave);
var $url = '{$urlAjaxUpdateRules}';
$.ajax({
type: "POST",