PhpBB Countdown MOD
-
- BBCoder II
- Posts: 8
- Joined: 21 Oct 2013, 04:57
- BBCodes: 0
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.
-
- BBCoder II
- Posts: 8
- Joined: 21 Oct 2013, 04:57
- BBCodes: 0
PhpBB Countdown MOD
It is working 100% on IE but not with Firefox. I have cleared my history and deleted the site cookies.
-
- BBCoder II
- Posts: 8
- Joined: 21 Oct 2013, 04:57
- BBCodes: 0
PhpBB Countdown MOD
Excellent. Thank you very much for your help and the mod.
- Nully
- Donator
- Posts: 258
- Joined: 15 Mar 2010, 00:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
- Contact:
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
- Steve
- BBCoder VI
- Posts: 847
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
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
- Nully
- Donator
- Posts: 258
- Joined: 15 Mar 2010, 00:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
- Contact:
PhpBB Countdown MOD
Steve, you talk chinese for me!
- Steve
- BBCoder VI
- Posts: 847
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
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 //#
- Nully
- Donator
- Posts: 258
- Joined: 15 Mar 2010, 00:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
- Contact:
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