aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2019-04-30 08:11:43 -0300
committerVitor Mattos <vitor@php.rio>2019-04-30 08:11:43 -0300
commitd12aaa221d2246666d2065d76aaa2ad6a3713910 (patch)
treeb744a5c2c0d3c5bd4a6f7c2ce8611840dc157409 /core/js/js.js
parent09f7de0a39fec057dda44f25542a3033ba042db3 (diff)
parent0c8a0007a98d4b8df4b53298451d822292605be6 (diff)
downloadnextcloud-server-d12aaa221d2246666d2065d76aaa2ad6a3713910.tar.gz
nextcloud-server-d12aaa221d2246666d2065d76aaa2ad6a3713910.zip
Merge remote-tracking branch 'nextcloud/master' into bugfix-create-database-user
Diffstat (limited to 'core/js/js.js')
-rw-r--r--core/js/js.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 5e8532883b4..445b628855a 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -207,21 +207,6 @@ Object.assign(window.OC, {
},
/**
- * Redirect to the target URL, can also be used for downloads.
- * @param {string} targetURL URL to redirect to
- */
- redirect: function(targetURL) {
- window.location = targetURL;
- },
-
- /**
- * Reloads the current page
- */
- reload: function() {
- window.location.reload();
- },
-
- /**
* Protocol that is used to access this Nextcloud instance
* @return {string} Used protocol
*/