Commit 50ac879f by Vedran Karacic

fixup! Add catalog query length indicator.

parent 9d074b87
......@@ -282,7 +282,7 @@ define([
updateCatalogQueryLength: function() {
var query_length = this.$('textarea[name=catalog_query]').val().length;
this.$('span.query_length').text(query_length);
this.$('.query_length').text(query_length);
},
toggleCreditSeats: function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment