Merge remote-tracking branch 'origin/staging' into staging
commit
664db244f2
|
@ -1315,6 +1315,7 @@ define([
|
|||
|
||||
if (!APP.loggedIn) {
|
||||
hide.push('openparent');
|
||||
hide.push('rename');
|
||||
}
|
||||
|
||||
filter = function ($el, className) {
|
||||
|
|
|
@ -271,7 +271,7 @@ define([
|
|||
|
||||
var checkDrawings = function () {
|
||||
var editor = getEditor();
|
||||
if (!editor) { return false; }
|
||||
if (!editor || !editor.GetSheets) { return false; }
|
||||
var s = editor.GetSheets();
|
||||
return s.some(function (obj) {
|
||||
return obj.worksheet.Drawings.length;
|
||||
|
@ -775,6 +775,7 @@ define([
|
|||
}
|
||||
|
||||
// Send the changes
|
||||
content.locks = content.locks || {};
|
||||
rtChannel.sendMsg({
|
||||
type: "saveChanges",
|
||||
changes: parseChanges(obj.changes),
|
||||
|
|
|
@ -104,6 +104,8 @@ define([
|
|||
};
|
||||
SFCommonO.start({
|
||||
getSecrets: getSecrets,
|
||||
hash: hash,
|
||||
href: href,
|
||||
noHash: true,
|
||||
noRealtime: true,
|
||||
//driveEvents: true,
|
||||
|
|
Loading…
Reference in New Issue