Skip to content

Commit

Permalink
fix modal selector
Browse files Browse the repository at this point in the history
  • Loading branch information
loveorigami committed Dec 26, 2016
1 parent be44dd6 commit f38ff60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/js/kb-modal-ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
$.data(this, pluginName, new ModalAjax(this, options));
} else {
$.data(this, pluginName).initalRequestUrl = options.url;
$.data(this, pluginName).selector = options.selector || null;
//console.log($.data(this, pluginName).initalRequestUrl);
}
});
Expand Down

0 comments on commit f38ff60

Please sign in to comment.