Fix chart editing in the desktop.
This commit is contained in:
parent
efbcc8653f
commit
d7b0a40b99
|
@ -60,7 +60,7 @@ define([
|
|||
height : '100%',
|
||||
documentType: 'spreadsheet',
|
||||
document : {
|
||||
url : '_offline_',
|
||||
url : '_chart_',
|
||||
permissions : {
|
||||
edit : true,
|
||||
download: false
|
||||
|
|
|
@ -60,7 +60,7 @@ define([
|
|||
height : '100%',
|
||||
documentType: 'spreadsheet',
|
||||
document : {
|
||||
url : '_offline_',
|
||||
url : '_chart_',
|
||||
permissions : {
|
||||
edit : true,
|
||||
download: false
|
||||
|
|
Loading…
Reference in a new issue