mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix infotip display following i18n update
This commit is contained in:
parent
caa98b08da
commit
b0e4fb7602
@ -499,7 +499,7 @@ RED.sidebar.info = (function() {
|
|||||||
if (tipCount === -1) {
|
if (tipCount === -1) {
|
||||||
do {
|
do {
|
||||||
tipCount++;
|
tipCount++;
|
||||||
} while(RED._("infotips:info.tip"+tipCount)!=="infotips:info.tip"+tipCount);
|
} while(RED._("infotips:info.tip"+tipCount)!=="info.tip"+tipCount);
|
||||||
}
|
}
|
||||||
startTimeout = setTimeout(setTip,startDelay);
|
startTimeout = setTimeout(setTip,startDelay);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user