Subversion Repositories SmartDukaan

Rev

Rev 22095 | Rev 22143 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22095 Rev 22142
Line 735... Line 735...
735
      if(!isChecked){
735
      if(!isChecked){
736
          alert('Please select the Status of shop');
736
          alert('Please select the Status of shop');
737
           return false;
737
           return false;
738
     }
738
     }
739
      submitFormAsJson($(this));
739
      submitFormAsJson($(this));
-
 
740
      }).on('error.form.bv', function(e) {
-
 
741
    	  console.log("here");
-
 
742
    	  break;
740
      });
743
      }
741
    }
744
    }
742
 
745
 
743
 
746
 
744
 
747
 
745
function submitFormAsJson(jQueryForm){
748
function submitFormAsJson(jQueryForm){