chore: fix minor formatting
This commit is contained in:
parent
c9aef2bfe9
commit
1b1bea7b6d
1 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ frappe.ready(function() {
|
|||
$('body').css('display', 'block');
|
||||
|
||||
// remove footer save button if form height is less than window height
|
||||
if($('.webform-wrapper').height() < window.innerHeight){
|
||||
if($('.webform-wrapper').height() < window.innerHeight) {
|
||||
$(".footer-button").addClass("hide");
|
||||
}
|
||||
|
||||
|
|
@ -190,4 +190,4 @@ frappe.ready(function() {
|
|||
});
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue