File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1456,6 +1456,9 @@ function updateConfigUI() {
14561456 if ( ! isAdmin ( ) ) {
14571457 $ ( '#generalSectionDiv' ) . each ( markHideLogic ) ;
14581458 $ ( '#generalSectionDiv' ) . next ( ) . each ( markHideLogic ) ;
1459+
1460+ $ ( 'div.settings-section-title.additional-section' ) . each ( markHideLogic ) ;
1461+ $ ( 'div.settings-section-title.additional-section' ) . next ( ) . each ( markHideLogic ) ;
14591462 }
14601463
14611464 var query = splitUrl ( ) . params ;
Original file line number Diff line number Diff line change 222222 <!-- Additional Main Sections -->
223223 {% for section in main_sections.values() %}
224224 {% if section.get('label') and section.get('configs') %}
225- < div class ="settings-section-title ">
225+ < div class ="settings-section-title additional-section ">
226226 {% if section.get('onoff') %}< input type ="checkbox " class ="styled section additional-section {{section['name']}} main-config " id ="{{section['name']}}Switch "> {% endif %}
227227 {% if section.get('description') %}< span class ="help-mark " title ="{{section['description']}} "> ?</ span > {% endif %}
228228 < a class ="settings-section-title "> {{section['label']}}</ a >
You can’t perform that action at this time.
0 commit comments