From: Tim Düsterhus Date: Thu, 9 May 2013 23:13:28 +0000 (+0200) Subject: Fix @see for WCF.getRandomID() X-Git-Tag: 2.0.0_Beta_1~214^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a9e6c5a727d8e19d795355d801ee1e6b3a916c24;p=GitHub%2FWoltLab%2FWCF.git Fix @see for WCF.getRandomID() --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 64e66089f5..93aa0174e4 100755 --- 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() {