Skip to content

Commit

Permalink
do not parse statusbar twice
Browse files Browse the repository at this point in the history
closes #716
  • Loading branch information
peuter committed Aug 17, 2018
1 parent 22510bc commit 7db83a3
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 7db83a3

Please sign in to comment.