One of my many (all too many) pet peeves, is people who end statements with question marks. My least favorite is perhaps "I have a problem?" as though the poster does not even know if he/she/it has a problem. Yes, I know, the teacher in me again makes its all-too-frequent appearance.therube wrote:Strange that reverting worked for you, yet for me I had to go forward?
Returning to something that is actually of import, why one thing works for me, not for you, that is quite far removed from my cognizance
How fascinating. Of course, it means nothing to me, as it is not a language I recognize. Now, were you to post it in Anglo-Norman, for example, something that actually does mean something to me, and which is, of course, of vital importance and meaning to most people--okay, i had best stop right there!therube wrote:
> A change was made between 2.5.6rc2 & 2.5.7rc2.
Actually it is a change between 2.5.7rc1 & 2.5.7rc2.
noscriptService.js:Code: Select all
8c8 < const VERSION = "2.5.7rc1"; --- > const VERSION = "2.5.7rc2"; 4727c4727 < for each (var r in replacements) { --- > for each (let r in replacements) { 4734c4734 < r.object.parentNode.insertBefore(p, r.object); --- > r.object.parentNode.replaceChild(p, r.object);
