Content deleted Content added
Gxnx0xmx0xn (talk | contribs) No edit summary |
Gxnx0xmx0xn (talk | contribs) No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 6:
// See User:Gxnx0xmx0xn/gn0Marks for more info on installation.
//----------------------//
//----------------------//
// PS: I don't really know JavaScript so this is probably a klugey solution. But it works for me.
Line 23:
//Reading configuration or setting defaults if not present:
if(typeof markThisTabTitleConfig == 'undefined') {
}
else {
Line 31 ⟶ 30:
if(typeof myMarksTitleConfig == 'undefined') {
}
else {
Line 177 ⟶ 175:
e.wpSave.click();
// f.close(); // This closes the gn0Marks window. You can comment it out if you prefer.
};
}
|