[DE][SSE] 1 call of fillEquations.
This commit is contained in:
parent
ed441aac53
commit
d3748cdd94
|
@ -2198,7 +2198,7 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
fillEquations: function() {
|
fillEquations: function() {
|
||||||
if (!this.toolbar.btnInsertEquation.rendered) return;
|
if (!this.toolbar.btnInsertEquation.rendered || this.toolbar.btnInsertEquation.menu.items.length>0) return;
|
||||||
|
|
||||||
var me = this, equationsStore = this.getApplication().getCollection('EquationGroups');
|
var me = this, equationsStore = this.getApplication().getCollection('EquationGroups');
|
||||||
|
|
||||||
|
|
|
@ -77,6 +77,7 @@ define([
|
||||||
models: [],
|
models: [],
|
||||||
collections: [
|
collections: [
|
||||||
'ShapeGroups',
|
'ShapeGroups',
|
||||||
|
'EquationGroups',
|
||||||
'TableTemplates',
|
'TableTemplates',
|
||||||
'Common.Collections.TextArt'
|
'Common.Collections.TextArt'
|
||||||
],
|
],
|
||||||
|
|
|
@ -2054,7 +2054,7 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
fillEquations: function() {
|
fillEquations: function() {
|
||||||
if (!this.toolbar.btnInsertEquation.rendered) return;
|
if (!this.toolbar.btnInsertEquation.rendered || this.toolbar.btnInsertEquation.menu.items.length>0) return;
|
||||||
|
|
||||||
var me = this, equationsStore = this.getApplication().getCollection('EquationGroups');
|
var me = this, equationsStore = this.getApplication().getCollection('EquationGroups');
|
||||||
|
|
||||||
|
|
|
@ -223,7 +223,7 @@
|
||||||
<div class="toolbar-row">
|
<div class="toolbar-row">
|
||||||
<span class="btn-placeholder split" id="id-toolbar-full-placeholder-btn-inserthyperlink"></span>
|
<span class="btn-placeholder split" id="id-toolbar-full-placeholder-btn-inserthyperlink"></span>
|
||||||
<span class="btn-placeholder split" id="id-toolbar-full-placeholder-btn-insertshape"></span>
|
<span class="btn-placeholder split" id="id-toolbar-full-placeholder-btn-insertshape"></span>
|
||||||
<span class="btn-placeholder hidden" id="id-toolbar-full-placeholder-btn-insertequation"></span>
|
<span class="btn-placeholder" id="id-toolbar-full-placeholder-btn-insertequation"></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="separator long"></div>
|
<div class="separator long"></div>
|
||||||
|
|
Loading…
Reference in a new issue