domains/markets.ft.com.js
authorleon <leon@roojs.com>
Mon, 5 Feb 2024 04:53:56 +0000 (12:53 +0800)
committerleon <leon@roojs.com>
Mon, 5 Feb 2024 04:53:56 +0000 (12:53 +0800)
domains/markets.ft.com.js

index b1f3df2..0cb0b1a 100644 (file)
@@ -5,7 +5,7 @@
             tries++;
             var cookie = document.getElementById("sp_message_container_1014642");
             document.getElementsByTagName('h3')[0].innerHTML='TRY '  + tries;
-            if(cookie == null) {
+            if(cookie != null) {
                 // give up after 5 tries
                 if(tries == 3) {
                     clearInterval(timer);