Skip to content

Commit b473ec5

Browse files
author
hoang.tran12
committed
remove unused code
1 parent a1e0594 commit b473ec5

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

scripts/webToQRCode.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,5 @@ export default {
2323
url: chrome.runtime.getURL("/scripts/textToQRCode.html?text=" + url),
2424
title: "Text To QRCode",
2525
});
26-
27-
// var url =
28-
// "http://chart.apis.google.com/chart?cht=qr&chs=300x300&chl=" +
29-
// encodeURIComponent(location.href);
30-
// w = open(
31-
// url,
32-
// "w",
33-
// "location=no,status=yes,menubar=no,scrollbars=no,resizable=yes,width=500,height=500,modal=yes,dependent=yes"
34-
// );
35-
// if (w) {
36-
// setTimeout("w.focus()", 1000);
37-
// } else {
38-
// location = url;
39-
// }
4026
},
4127
};

0 commit comments

Comments
 (0)