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