Several fixes added.
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
<legend>
|
||||
SYMB_FILE
|
||||
</legend>
|
||||
<div id="saveButton" class="button" title="SYMB_ SAVE">
|
||||
<div id="saveButton" class="button" title="SYMB_SAVE">
|
||||
<div class="toolbarLabel">
|
||||
<p>
|
||||
SYMB_SAVE
|
||||
|
@@ -199,7 +199,7 @@ function afterMindpotLibraryLoading() {
|
||||
designer.redo();
|
||||
});
|
||||
|
||||
designer.addEventListener("change", function(event) {
|
||||
designer.addEventListener("modelUpdate", function(event) {
|
||||
if (event.undoSteps > 0) {
|
||||
$("undoEdition").setStyle("background-image", "url(../images/file_undo.png)");
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user