Skip to content

Commit

Permalink
1.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Stiofan committed Dec 12, 2024
1 parent 0d7bf44 commit 54854ab
Show file tree
Hide file tree
Showing 25 changed files with 231 additions and 180 deletions.
2 changes: 1 addition & 1 deletion admin/assets/css/users-wp-admin.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions admin/assets/css/users-wp-admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,10 @@

.uwp-help-tip {
cursor: help;
float: right;
margin: 2px -15px 0 0;
}

.uwp-settings-title .uwp-help-tip {
float: none;
margin: 0 0 0 10px;

}

.uwp-upload-fields {
Expand Down
1 change: 1 addition & 0 deletions admin/assets/js/users-wp-admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@
.on('click', function() {
$advancedToggle.toggleClass('uwpa-hide');
$advancedElements.toggleClass('uwpa-show');
$advancedElements.collapse('toggle');
});
},

Expand Down
2 changes: 1 addition & 1 deletion admin/assets/js/users-wp-admin.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions admin/assets/js/uwp-form-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ function uwp_tabs_close_settings($this) {
* @param $this
*/
function uwp_tabs_item_settings($this) {

// if navigating away without save then remove
if (jQuery('#licontainer_').length && jQuery($this).parent().attr("id") != 'licontainer_') {
jQuery('#licontainer_').remove();
Expand Down
2 changes: 1 addition & 1 deletion admin/assets/js/uwp-form-builder.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 54854ab

Please sign in to comment.