Skip to content

Commit

Permalink
Fix selectmenu for hidden options (#3681)
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty authored Sep 15, 2023
1 parent 000a0cd commit ef98d56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion esp/esp/django_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
JQUERY_VERSION = '3.6.0'
JQUERY_HASH = 'sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ=='

JQUERY_UI_VERSION = '1.13.0'
JQUERY_UI_VERSION = '1.13.2'

# allow configuration of additional Javascript to be placed on website
# configuration should include <script></script> tags
Expand Down
1 change: 1 addition & 0 deletions esp/templates/themes/logos.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
.iconselectmenu()
.iconselectmenu( "menuWidget")
.addClass( "ui-menu-icons avatar" );
$j("option:hidden:disabled:selected").remove();
} );
</script>
{% endblock %}
Expand Down

0 comments on commit ef98d56

Please sign in to comment.