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:
c7fe251
)
Fix @see for WCF.getRandomID()
author
Tim Düsterhus
<duesterhus@woltlab.com>
Thu, 9 May 2013 23:13:28 +0000
(
01:13
+0200)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Thu, 9 May 2013 23:13:28 +0000
(
01:13
+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 64e66089f58d40cbc190c79e6cffca0fbb8db08b..93aa0174e4d17f24fc6af8220741b980e8e2bb6e 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-533,7
+533,7
@@
$.extend(WCF, {
/**
* Returns a dynamically created id.
*
- * @see https://github.com/sstephenson/prototype/blob/
master
/src/prototype/dom/dom.js#L1789
+ * @see https://github.com/sstephenson/prototype/blob/
5e5cfff7c2c253eaf415c279f9083b4650cd4506
/src/prototype/dom/dom.js#L1789
* @return string
*/
getRandomID: function() {