aboutsummaryrefslogtreecommitdiffstats
path: root/settings/js/settings-vue.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-10-01 07:58:12 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2018-10-02 17:26:08 +0200
commit834f3df19aa3d89206003da3467b467bb7092ebe (patch)
tree1f035a3d8fd7f8f78e0d5f8c828a3f27130e98e1 /settings/js/settings-vue.js
parentb7d82e9262dca73f05d100fb77ccdea349807c1e (diff)
downloadnextcloud-server-834f3df19aa3d89206003da3467b467bb7092ebe.tar.gz
nextcloud-server-834f3df19aa3d89206003da3467b467bb7092ebe.zip
Fix generateUrl for webpack
OC.generateUrl(OC.linkTo('contacts', 'js/')) will append index.php, we should not have that! Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/js/settings-vue.js')
-rw-r--r--settings/js/settings-vue.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/settings-vue.js b/settings/js/settings-vue.js
index 891baf9f850..5cd86d21f8d 100644
--- a/settings/js/settings-vue.js
+++ b/settings/js/settings-vue.js
@@ -88,5 +88,5 @@ o.default.use(me);var Se={API_FAILURE:function(e,n){try{var r=n.error.response.d
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-Object(i.sync)(Oe,Wt),r.nc=btoa(OC.requestToken),r.p=OC.generateUrl(OC.linkTo("settings","js/")),o.default.prototype.t=t,o.default.prototype.OC=OC,o.default.prototype.OCA=OCA,o.default.prototype.oc_userconfig=oc_userconfig,o.default.prototype.oc_current_user=oc_current_user;var Ce=new o.default({router:Wt,store:Oe,render:function(t){return t(f)}}).$mount("#content")}]);
+Object(i.sync)(Oe,Wt),r.nc=btoa(OC.requestToken),r.p=OC.linkTo("settings","js/"),o.default.prototype.t=t,o.default.prototype.OC=OC,o.default.prototype.OCA=OCA,o.default.prototype.oc_userconfig=oc_userconfig,o.default.prototype.oc_current_user=oc_current_user;var Ce=new o.default({router:Wt,store:Oe,render:function(t){return t(f)}}).$mount("#content")}]);
//# sourceMappingURL=settings-vue.js.map \ No newline at end of file