Skip to content
Snippets Groups Projects
Commit 87ba3b9e authored by Vincent Massol's avatar Vincent Massol
Browse files

XWIKI-7220: Remove leftover references to the old Main.Dashboard

+ removed unneeded dependency of Annotations and Repository apps on the Dashboard app
parent d591c3a4
No related merge requests found
...@@ -43,7 +43,5 @@ ...@@ -43,7 +43,5 @@
<minorEdit>false</minorEdit> <minorEdit>false</minorEdit>
<syntaxId>xwiki/2.0</syntaxId> <syntaxId>xwiki/2.0</syntaxId>
<hidden>true</hidden> <hidden>true</hidden>
<content>This is the space for the Annotations scripts, powering the annotation feature. <content>This is the space for the Annotations scripts, powering the annotation feature.</content>
{{include document="Main.Dashboard" /}}</content>
</xwikidoc> </xwikidoc>
...@@ -23,5 +23,5 @@ ...@@ -23,5 +23,5 @@
<minorEdit>false</minorEdit> <minorEdit>false</minorEdit>
<syntaxId>xwiki/2.0</syntaxId> <syntaxId>xwiki/2.0</syntaxId>
<hidden>true</hidden> <hidden>true</hidden>
<content>{{include document="Main.Dashboard"/}}</content> <content>This is the space for the Extension Repository scripts.</content>
</xwikidoc> </xwikidoc>
...@@ -1038,7 +1038,7 @@ isc.XWETreeGrid.addMethods({ ...@@ -1038,7 +1038,7 @@ isc.XWETreeGrid.addMethods({
/** /**
* Create a text input that will be used as a suggest for the tree. * Create a text input that will be used as a suggest for the tree.
* The modifications on this input will be observed and the resource entered in the input, * The modifications on this input will be observed and the resource entered in the input,
* like Main.Dashboard for example, will be opened in the tree. * like Dashboard.WebHome for example, will be opened in the tree.
*/ */
drawInput : function() { drawInput : function() {
var widthWithoutBorders = this.width - 6; var widthWithoutBorders = this.width - 6;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment