From a9e6c5a727d8e19d795355d801ee1e6b3a916c24 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 10 May 2013 01:13:28 +0200 Subject: [PATCH] Fix @see for WCF.getRandomID() --- wcfsetup/install/files/js/WCF.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.20.1