Commit f5748f25 authored by Serge S. Koval's avatar Serge S. Koval

Merge pull request #723 from pawl/newfiltersmongoengine

Optimize applyGlobalStyles - issue #721
parents 3c011ba5 89c85d31
......@@ -460,7 +460,7 @@
this.applyGlobalStyles = function(parent) {
var self = this;
$('[data-role]', parent).each(function() {
$(':input[data-role]', parent).each(function() {
var $el = $(this);
self.applyStyle($el, $el.attr('data-role'));
});
......
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