yfdyh000 / tabutils

Tab Utilities's compatibility fixes release.
https://addons.mozilla.org/firefox/addon/tab-utilities-fixed/
93 stars 13 forks source link

Pin tab on FF Nightly #67

Closed Mazzibig closed 8 years ago

Mazzibig commented 8 years ago

After https://bugzilla.mozilla.org/show_bug.cgi?id=1220564 pin tab not correct visible. I fix this by editing tabutils.js:2399 before var urls = [label.url for (label of labelArray)]; after var urls = [for (label of labelArray) label.url];

May be some need fix errors in other places of code

yfdyh000 commented 8 years ago

Thank you, I see the problem. I would consider merging the changes.