Skip to content

Commit

Permalink
Merge pull request #718 from peuter/fix-footer
Browse files Browse the repository at this point in the history
do not parse statusbar twice
  • Loading branch information
ChristianMayer committed Aug 18, 2018
2 parents ab35a08 + 7db83a3 commit eea670f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/class/cv/util/ConfigLoader.js
Expand Up @@ -65,7 +65,6 @@ qx.Class.define('cv.util.ConfigLoader', {
this.__xml = xml;
qx.bom.Selector.query('include', xml).forEach(this.loadInclude, this);
this.__loadQueue.remove(uri);
this._checkQueue();

if (!xml || !xml.documentElement || xml.getElementsByTagName("parsererror").length) {
this.configError("parsererror");
Expand Down

0 comments on commit eea670f

Please sign in to comment.