Update hardcoded link

pull/1/head
Victor Dubiniuk 9 years ago
parent c3f61539b3
commit 667609be6e

@ -3,7 +3,7 @@ define("owncloud/widgets/ocLogo",
["dojo/_base/declare", "dijit/_WidgetBase", "dijit/_TemplatedMixin", "webodf/editor/EditorSession"],
function (declare, _WidgetBase, _TemplatedMixin, EditorSession) {
return declare("OcLogo", [_WidgetBase, _TemplatedMixin], {
templateString: '<div style="float:left" class="padded"><a href="/~deo/oc-tmp"><div class="logo-wide"></div></a></div>',
templateString: '<div style="float:left" class="padded"><a href="' + (OC.webroot || '/') +'"><div class="logo-wide"></div></a></div>',
startup: function () {
$('#header').children(':not(#ocToolbar)').hide();
this.inherited(arguments);

Loading…
Cancel
Save