We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2337691 commit e54f769Copy full SHA for e54f769
dkhjziye333.js
@@ -246,27 +246,26 @@ if (isGetCookie) {
246
247
{
248
249
- for(var i=0;i<6;i++)
+ for(var i=0;i<4;i++)
250
{ (function(i) {
251
setTimeout(function() {
252
253
254
255
256
-if(i==1) zqdk(i);
+if(i==1) jndk(i);
257
258
-else if(i==2) yydk(i);
+else if(i==2) yddk(i);
259
260
-else if(i==3) jndk(i);
+//else if(i==3) jndk(i);
261
262
-else if(i==4) yddk(i);
+//else if(i==4) yddk(i);
263
264
265
-else if(i==5) showmsg(i);
+else if(i==3) showmsg(i);
266
267
268
-
269
+
270
}, (i + 1) * dd*1000);
271
})(i)
272
0 commit comments