projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f8d2d2
)
Fixed datepicker polyfill
author
Alexander Ebert
<ebert@woltlab.com>
Fri, 12 Aug 2016 19:32:14 +0000
(21:32 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Fri, 12 Aug 2016 19:32:19 +0000
(21:32 +0200)
wcfsetup/install/files/js/WCF.js
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.js
b/wcfsetup/install/files/js/WCF.js
index 25e89a166b1e9a575d5ce000537a5bbbabc1777b..de998f50f93c7849fbefb535d57641180f436d5b 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-7541,6
+7541,8
@@
jQuery.fn.extend({
console.debug("Unsupported method '" + method + "' for datepicker()");
break;
}
+
+ return this;
}
});