Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Romanov authored Jun 16, 2016
1 parent 3ed83ea commit 5fc58fb
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions assets/js/main.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
$(window).on('ajaxErrorMessage', function(event, message){
event.preventDefault();
/*if(document.flashflag){
document.romanov_flashoptions.message = message;
document.romanov_flashsettings.type = 'danger';
$.notify(document.romanov_flashoptions, document.romanov_flashsettings);
}else{
$.notify({
message: message
},{
type: 'danger',
placement: {
from: "top",
align: "center"
},
delay: 10000
});
}*/
});

$(window).on('ajaxError', function(event, obj, context, status) {
Expand Down

0 comments on commit 5fc58fb

Please sign in to comment.