PhpBB Countdown MOD
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
PhpBB Countdown MOD
Went over everything with a fine tooth comb, reset all styles in ACP and noticed that when not logged in it started working fine. So I deleted the board cookies and now it works.
When I change the colors from your settings in the colours.css file the change does not take place except when in the inbetween login/logout screen.
When I change the colors from your settings in the colours.css file the change does not take place except when in the inbetween login/logout screen.
PhpBB Countdown MOD
It is working 100% on IE but not with Firefox. I have cleared my history and deleted the site cookies.
PhpBB Countdown MOD
Hello,
I updated to version 2.0.2, from version 2.0.0., replaced the 2 files jquery.jcountdown.min.js and jquery.min.js.
It works ok, but I have an error from Mozilla :
I updated to version 2.0.2, from version 2.0.0., replaced the 2 files jquery.jcountdown.min.js and jquery.min.js.
It works ok, but I have an error from Mozilla :
andSyntaxError: Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead
Source : .../script/jquery.min.js
Ligne : 1
How can I solve these errors?Error: .../script/jquery.min.js is being assigned a //# sourceMappingURL, but already has one
PhpBB Countdown MOD
//@ sourceMappingURL=jquery-1.10.2.min.map
//# sourceMappingURL=jquery-1.10.2.min.map
https://bugzilla.mozilla.org/show_bug.cgi?id=925614
//# sourceMappingURL=jquery-1.10.2.min.map
https://bugzilla.mozilla.org/show_bug.cgi?id=925614
PhpBB Countdown MOD
because you could have googled itSteve wrote://@ sourceMappingURL=jquery-1.10.2.min.map
//# sourceMappingURL=jquery-1.10.2.min.map
https://bugzilla.mozilla.org/show_bug.cgi?id=925614
in the jQuery file change the //@ to //#
PhpBB Countdown MOD
I replaced the //@ to //# on first line in comment and now I have error:

Error: .../script/jquery.min.js is being assigned a //# sourceMappingURL, but already has one
