editor->wodotexteditor
This commit is contained in:
parent
7898d5bc31
commit
76b17f71bb
@ -64,7 +64,7 @@ var odfViewer = {
|
|||||||
var dirName = $('#dir').val()!='/' ? $('#dir').val() + '/' : '/';
|
var dirName = $('#dir').val()!='/' ? $('#dir').val() + '/' : '/';
|
||||||
var location = OC.filePath('documents', 'ajax', 'download.php') + '?path=' + encodeURIComponent(dirName) + encodeURIComponent(filename)
|
var location = OC.filePath('documents', 'ajax', 'download.php') + '?path=' + encodeURIComponent(dirName) + encodeURIComponent(filename)
|
||||||
+ '&requesttoken=' + encodeURIComponent(oc_requesttoken);
|
+ '&requesttoken=' + encodeURIComponent(oc_requesttoken);
|
||||||
OC.addStyle('documents', '3rdparty/webodf/editor');
|
OC.addStyle('documents', '3rdparty/webodf/wodotexteditor');
|
||||||
}
|
}
|
||||||
|
|
||||||
OC.addStyle('documents', 'viewer/odfviewer');
|
OC.addStyle('documents', 'viewer/odfviewer');
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
diff --git a/css/3rdparty/webodf/editor.css b/css/3rdparty/webodf/editor.css
|
diff --git a/css/3rdparty/webodf/wodotexteditor.css b/css/3rdparty/webodf/wodotexteditor.css
|
||||||
index 42f64a1..23f86ee 100644
|
index 42f64a1..23f86ee 100644
|
||||||
--- a/css/3rdparty/webodf/editor.css
|
--- a/css/3rdparty/webodf/wodotexteditor.css
|
||||||
+++ b/css/3rdparty/webodf/editor.css
|
+++ b/css/3rdparty/webodf/wodotexteditor.css
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
-html, body, #mainContainer {
|
-html, body, #mainContainer {
|
||||||
+body.claro, #mainContainer {
|
+body.claro, #mainContainer {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user