diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-05 12:48:31 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-05 13:15:23 +0100 |
commit | 31a1eb0c1f58f4cdfb012eeb7dff29be13fa9c76 (patch) | |
tree | f0bad64c88609e89d68ac2fa9cd8473c2fc0df00 /core/js/dist/main.js | |
parent | 0bb55f4ed3e0fe38951be929fb5183fd834f5a81 (diff) | |
download | nextcloud-server-31a1eb0c1f58f4cdfb012eeb7dff29be13fa9c76.tar.gz nextcloud-server-31a1eb0c1f58f4cdfb012eeb7dff29be13fa9c76.zip |
It is getURLParameter not getUrlParameter
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/js/dist/main.js')
-rw-r--r-- | core/js/dist/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/dist/main.js b/core/js/dist/main.js index d6ed9c91f03..9cee4de2a66 100644 --- a/core/js/dist/main.js +++ b/core/js/dist/main.js @@ -720,7 +720,7 @@ window._=r.a,window.$=a.a,window.autosize=u.a,window.Backbone=d.a,window.Clipboa * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. - */,window.getUrlParameter=function(e){return decodeURIComponent((new RegExp("[?|&]"+e+"=([^&;]+?)(&|#|;|$)").exec(location.search)||[,""])[1].replace(/\+/g,"%20"))||""},window.humanFileSize=ne.a,window.relative_modified_date=function(e){return console.warn("relative_modified_date is deprecated, use OC.Util.relativeModifiedDate instead"),$.a.Util.relativeModifiedDate(1e3*e)},window.t=r.a.bind($.a.L10N.translate,$.a.L10N),window.n=r.a.bind($.a.L10N.translatePlural,$.a.L10N), + */,window.getURLParameter=function(e){return decodeURIComponent((new RegExp("[?|&]"+e+"=([^&;]+?)(&|#|;|$)").exec(location.search)||[,""])[1].replace(/\+/g,"%20"))||""},window.humanFileSize=ne.a,window.relative_modified_date=function(e){return console.warn("relative_modified_date is deprecated, use OC.Util.relativeModifiedDate instead"),$.a.Util.relativeModifiedDate(1e3*e)},window.t=r.a.bind($.a.L10N.translate,$.a.L10N),window.n=r.a.bind($.a.L10N.translatePlural,$.a.L10N), /* * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at> * |