commit/galaxy-central: guerler: Remove comments
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/6914c35c07dd/ Changeset: 6914c35c07dd User: guerler Date: 2015-02-15 04:27:16+00:00 Summary: Remove comments Affected #: 2 files diff -r 174b83c8f95274f430e8eedaa8022a3876b5305a -r 6914c35c07dd7bb34d54cbce71736abc047d657c client/galaxy/scripts/mvc/tools/tools-input.js --- a/client/galaxy/scripts/mvc/tools/tools-input.js +++ b/client/galaxy/scripts/mvc/tools/tools-input.js @@ -130,10 +130,8 @@ '<div class="ui-table-form-field">'; // add help - //if (options.help) { - tmp += '<div class="ui-table-form-info">' + options.help + '</div>'; - //} - + tmp += '<div class="ui-table-form-info">' + options.help + '</div>'; + // finalize tmp += '</div>' + '</div>'; diff -r 174b83c8f95274f430e8eedaa8022a3876b5305a -r 6914c35c07dd7bb34d54cbce71736abc047d657c static/scripts/mvc/tools/tools-input.js --- a/static/scripts/mvc/tools/tools-input.js +++ b/static/scripts/mvc/tools/tools-input.js @@ -130,10 +130,8 @@ '<div class="ui-table-form-field">'; // add help - //if (options.help) { - tmp += '<div class="ui-table-form-info">' + options.help + '</div>'; - //} - + tmp += '<div class="ui-table-form-info">' + options.help + '</div>'; + // finalize tmp += '</div>' + '</div>'; Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org