mirror of
https://github.com/pi-hole/web.git
synced 2026-05-02 06:32:49 +01:00
Cleaned code
This commit is contained in:
@@ -464,7 +464,6 @@
|
||||
|
||||
while (--position > 0 && !isMask(position)) {
|
||||
}
|
||||
;
|
||||
return position;
|
||||
}
|
||||
|
||||
@@ -854,9 +853,6 @@
|
||||
return end - (lengthBefore - buffer.length); //return new start position
|
||||
}
|
||||
|
||||
;
|
||||
|
||||
|
||||
function HandleRemove(input, k, pos) {
|
||||
if (opts.numericInput || isRTL) {
|
||||
switch (k) {
|
||||
@@ -1419,8 +1415,7 @@
|
||||
return getActiveBuffer().join('');
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
$.inputmask = {
|
||||
//options default
|
||||
defaults: {
|
||||
|
||||
Reference in New Issue
Block a user