It looks like userscripts are getting initialized multiple times in
this version.
I created a new SSB pointed to a static page.
I then created a userscript that looks like:
console.log("init");
(function () {
if (window.fluid) {
// do yer thang!
}
})();
After I open the app and check the error console, I'll see "init" in
the log anywhere from 2-13 times.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"fluidapp" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/fluidapp?hl=en
-~----------~----~----~----~------~----~------~--~---