Przeglądaj źródła

Merge pull request #14539 from kunalaswani/master

HPCC-25021 Tool tips on the despray entry boxes contain  

Reviewed-By: Gordon Smith <gordon.smith@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 4 lat temu
rodzic
commit
d840c27e49
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      esp/src/eclwatch/TableContainer.js

+ 0 - 1
esp/src/eclwatch/TableContainer.js

@@ -16,7 +16,6 @@ define([
 
             arrayUtil.forEach(this.getChildren(), lang.hitch(this, function (child, index) {
                 child.set("label", child.get("label").split(" ").join("&nbsp;"));
-                child.set("title", child.get("title").split(" ").join("&nbsp;"));
             }));
 
             this.inherited(arguments);