Content deleted Content added
Gxnx0xmx0xn (talk | contribs) No edit summary |
Gxnx0xmx0xn (talk | contribs) No edit summary |
||
Line 25:
//Reading configuration or setting defaults if not present:
if(typeof markThisTabTitleConfig == 'undefined') {
}
else {
var markThisTitle= markThisTabTitleConfig;
}
if(typeof myMarksTitleConfig == 'undefined') {
}
else {
Line 179 ⟶ 178:
e.wpSave.click();
// f.close(); // This closes the gn0Marks window. You can comment it out if you prefer.
};
}
|