...
Dieser Commit ist enthalten in:
Ursprung
46f2a98a77
Commit
421f3cba9a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -14,7 +14,7 @@ module.exports = {
|
|||
|
||||
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() {
|
||||
|
||||
|
|
Laden …
In neuem Issue referenzieren