Skip to content

Commit

Permalink
Merge pull request #6 from gubug0/master
Browse files Browse the repository at this point in the history
안내메시지 modal 이 노출되면서 예약이 진행되지 않는 문제 해결
  • Loading branch information
kswchoo authored Aug 25, 2016
2 parents 9c6ffd0 + 672e4be commit 00cd2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function injectJs(srcFile) {

function redirectPage(href) {
if (href.indexOf("javascript:") == 0) {
href = "window.showModalDialog=window.showModalDialog || function(url, arg, opt) {window.open(url, arg, opt);};window.confirm=function (str) {return true;};" + href.substring(11, href.length);
href = "window.showModalDialog=window.showModalDialog || function(url, arg, opt) {window.open(url, arg, opt);};window.confirm=function (str) {return true;};infochk=function(a,b){infochk2(a,b);};" + href.substring(11, href.length);
location.href = "javascript:" + href;
} else {
location.href = href;
Expand Down

0 comments on commit 00cd2d2

Please sign in to comment.