Closed 9SphynX9 closed 9 years ago
When the story 283 is saved as final, two dialogs are shown: -> The Successfully saved dialog -> The error in xml dialog
The wrong lines: Current line in main.js: 165 $("#btnSaveStory").click(function() { $scope.saveXML(); if ($scope.xmlError !== "XML valide!") {
$scope.xmlError is undefined and not "XML valide!"
Please dont use alert boxes (commit a24237f on line 232)
When the story 283 is saved as final, two dialogs are shown: -> The Successfully saved dialog -> The error in xml dialog
The wrong lines: Current line in main.js: 165 $("#btnSaveStory").click(function() { $scope.saveXML(); if ($scope.xmlError !== "XML valide!") {
$scope.xmlError is undefined and not "XML valide!"