Skip to content

Commit

Permalink
Fixed #3629 - remove the space from ajax url on disable brizy notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Viorel committed Oct 24, 2018
1 parent 47b13fa commit 8e99b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/core/components/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ public function _action_admin_notices() {
jQuery(document).ready(function(){
jQuery(document).on( "click", ".fw-brz-dismiss .notice-dismiss", function(){
jQuery.ajax({
url: "' . admin_url( 'admin-ajax.php' ) . ' ",
url: "' . admin_url( 'admin-ajax.php' ) . '",
type: "POST",
data: {fw_brz_admin_notice: 1, action: "fw_brz_dismiss_notice"}
});
Expand Down

0 comments on commit 8e99b5f

Please sign in to comment.