Get rid of some console warnings
And some other unused CSS
This commit is contained in:
parent
b98efe0b67
commit
4b7a1e8607
3 changed files with 3 additions and 36 deletions
|
@ -249,7 +249,7 @@ function modify_omni {
|
|||
cp "$APP_ROOT_DIR/assets/multilocale.txt" res/multilocale.txt
|
||||
|
||||
# Use Zotero URL opening in Mozilla dialogs (e.g., app update dialog)
|
||||
replace_line 'function openURL\(aURL\) \{' 'function openURL(aURL) {let {Zotero} = ChromeUtils.import("chrome:\/\/zotero\/content\/include.jsm"); Zotero.launchURL(aURL); return;' chrome/toolkit/content/global/contentAreaUtils.js
|
||||
replace_line 'function openURL\(aURL\) \{' 'function openURL(aURL) {let {Zotero} = ChromeUtils.import("chrome:\/\/zotero\/content\/include.jsm"); Zotero.launchURL(aURL); if (true) { return; }' chrome/toolkit/content/global/contentAreaUtils.js
|
||||
|
||||
#
|
||||
# Modify Add-ons window
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue