Skip to content

Commit beaef34

Browse files
committed
bugfixes for firefox/chrome
1 parent 8ca2272 commit beaef34

6 files changed

Lines changed: 9 additions & 5 deletions

File tree

source/config/trans.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ trans = {
238238
fieldsPrefix: "F{0}",
239239
thousandSuffix: "k",
240240
totalVillages: "Dorpen ({0})",
241-
distanceToVillageNoneEntered: "Geef een co�rdinaat! (eerste tekstveld)",
241+
distanceToVillageNoneEntered: "Geef een coördinaat! (eerste tekstveld)",
242242
distanceToVillage: "Afstand tot {0}",
243243
filterUnderAttack: "Filter onder aanval"
244244
},

source/global/incomingsindicator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if (user_data.global.incomings.active) {
5151

5252
// change last incomings-check time
5353
incomingAttacksLinks.last().parent().after(
54-
"<td class='box-item' id='changeLastCheckTimeBox'><a href='#' id='changeLastCheckTime'>&nbsp;"
54+
"<td class='box-item' id='changeLastCheckTimeBox' style='white-space: nowrap'><a href='#' id='changeLastCheckTime'>&nbsp;"
5555
+ "<img src='graphic/ally_forum.png' style='padding-top: 5px' "
5656
+ "title='"+trans.sp.incomings.indicator.setLastTimeCheckTitle.replace("{time}", lastCheckTime)+"'/>&nbsp;</a></td>");
5757

source/mergeIt.ahk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ FileCopy, %savePath%%saveAs%, C:\Users\PC\AppData\Roaming\Mozilla\Firefox\Profil
1717

1818
; Check it in browser :)
1919
SetTitleMatchMode RegEx
20-
IfWinExist, Tribal Wars - .* - Opera$
20+
IfWinExist, ^.* \(\d+\|\d+\) - Tribal Wars - .*$
2121
{
2222
WinActivate
2323
Send {F5}

source/overviews/allpages.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ if (user_data.overviews.addFancyImagesToOverviewLinks) {
4848
case 2:
4949
imageToAdd = "graphic/pfeil.png";
5050
break;
51+
case 3:
52+
case 4:
53+
$(this).css("opacity", "0.5");
54+
break;
5155
case 5:
5256
imageToAdd = "graphic/command/support.png";
5357
break;

source/start.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ function sangu_ready() {
1717
var trans = {};
1818
//<!--@@INCLUDE "config\trans.js" INDENT=1 //-->
1919

20+
//<!--@@INCLUDE "func\debug.js" INDENT=2 //-->
2021
//<!--@@INCLUDE "func\!unsorted.js" INDENT=1 //-->
2122
//<!--@@INCLUDE "func\persistence.js" INDENT=1 //-->
2223
//<!--@@INCLUDE "func\ui.js" INDENT=1 //-->
@@ -36,7 +37,6 @@ function sangu_ready() {
3637
//<!--@@INCLUDE "global\jumper.js" INDENT=2 //-->
3738
//<!--@@INCLUDE "global\ga.js" INDENT=2 //-->
3839

39-
//<!--@@INCLUDE "func\debug.js" INDENT=2 //-->
4040
q("-------------------------------------------------------------------- Start: "+sangu_version);
4141

4242
// BEGIN PAGE PROCESSING

source/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.47
1+
3.6.0

0 commit comments

Comments
 (0)