make jRange behave again
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
console.log('jRange : no width found, returning');
|
||||
return;
|
||||
} else {
|
||||
this.domNode.css('width', this.options.width || this.inputNode.width());
|
||||
this.domNode.width(this.options.width || this.inputNode.width());
|
||||
this.inputNode.hide();
|
||||
}
|
||||
|
||||
@@ -332,4 +332,4 @@
|
||||
return result || this;
|
||||
};
|
||||
|
||||
})(jQuery, window, document);
|
||||
})(jQuery, window, document);
|
||||
|
Reference in New Issue
Block a user