Skip to content

Commit

Permalink
Tweak file upload comment to pass stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjrw committed May 23, 2024
1 parent 692abac commit 9eb17ae
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions sigma.css
Original file line number Diff line number Diff line change
Expand Up @@ -1371,18 +1371,14 @@ div#u-adult-warning > .error-block {
margin-bottom: 1em;
}

/* fix for adblocker accidentally blocking fileupload pane from displaying */

/*
Details: EasyList update 2024.05.10; adding AC_OETags.js to their blocklist
Fix for adblocker accidentally blocking file upload pane from displaying
EasyList update 2024.05.10 added AC_OETags.js to their blocklist
Wikidot uses AC_OETags.js to switch between the regular Ajax and the (now-defunct) Flash upload panes
Both has inline 'display: none', which is controlled by activation of AC_OETags.js
Both have inline 'display: none', which is controlled by activation of AC_OETags.js
Blockers like uBlock Origin uses EasyList, resulting in accidental breakge on the wiki
Hence the CSS below
TODO: in the future, if no longer a problem, remove this fix
*/

#file-upload-box-ajax {
Expand Down

0 comments on commit 9eb17ae

Please sign in to comment.