less indentation
This commit is contained in:
parent
d60143a128
commit
f9bb530af9
@ -446,7 +446,6 @@
|
||||
}
|
||||
return true;
|
||||
}
|
||||
if (month === 10) {
|
||||
if (sunday < 1) {
|
||||
return true;
|
||||
}
|
||||
@ -458,7 +457,6 @@
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
});
|
||||
$.cache.requests = {};
|
||||
if (typeof GM_deleteValue !== "undefined" && GM_deleteValue !== null) {
|
||||
|
||||
@ -311,7 +311,7 @@ $.extend $,
|
||||
#after second sunday
|
||||
return true
|
||||
|
||||
if month is 10
|
||||
#month is 10
|
||||
# before first sunday
|
||||
if sunday < 1
|
||||
return true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user