Skip to content

Commit

Permalink
dialog reload change to get request
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyecommerce committed Nov 30, 2018
1 parent bfae7e5 commit ad646a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myassets/dwz_jui-master/js/dwz.dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
if (dialog){
var jDContent = dialog.find(".dialogContent");
jDContent.ajaxUrl({
type:"POST", url:url, data:op.data, callback:function(response){
type:"GET", url:url, data:op.data, callback:function(response){
jDContent.find("[layoutH]").layoutH(jDContent);
$(".pageContent", dialog).width($(dialog).width()-14);
$(":button.close", dialog).click(function(){
Expand Down

0 comments on commit ad646a4

Please sign in to comment.