...
This commit is contained in:
parent
46f2a98a77
commit
421f3cba9a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ module.exports = {
|
||||||
|
|
||||||
var $dummy = $('<p class="idealforms-field-width"/>').appendTo('body');
|
var $dummy = $('<p class="idealforms-field-width"/>').appendTo('body');
|
||||||
|
|
||||||
this.opts.adaptiveWidth = $dummy.css('width').replace('px','')
|
this.opts.adaptiveWidth = $dummy.css('width').replace('px','');
|
||||||
|
|
||||||
function adapt() {
|
function adapt() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue