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