AndersSahlin / MailCheckerPlus

Mail Checker Plus for Google Mail™ - Chrome Extension
https://chrome.google.com/extensions/detail/gffjhibehnempbkeheiccaincokdjbfe
GNU General Public License v3.0
100 stars 39 forks source link

Action Buttons do not work on Classic #22

Closed Abolfazl closed 13 years ago

Abolfazl commented 13 years ago

I am having the same problem as https://github.com/AndersSahlin/MailCheckerPlus/issues/21 but I am having it with the classic version. Any chance you could tell me what to change on mailaccount.class.js?

AndersSahlin commented 13 years ago

Change

var matches = this.responseText.match(/\?at=([^"]+)/);

To

var matches = this.responseText.match(/\at=([^"]+)/);

Abolfazl commented 13 years ago

Is there anyway you can update the classic version? I am able to change it on my PC and laptop but not my CR48 because I do not have access to the file (easily). A lot of people were complaining that their action buttons do not work and they do not like the new version of the Mail Checker.