Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed "Open in JsBin/JsFiddle", switched localstorage to chrome.storage.local #71

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Removed console.log
  • Loading branch information
KartikSoneji authored Jan 11, 2020
commit 088e26af654fe26ae7641b920e37d6779728193b
3 changes: 0 additions & 3 deletions js/panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@
.then(e => {
let token = e.match(/name="_csrf" value="(.*?)"/)[1];
csrfToken.val(token);

console.log(token);

jsbinForm.find('[type=submit]').click();
});

Expand Down