Skip to content

Commit

Permalink
i18n update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Salmon committed Mar 2, 2018
1 parent 3b8eff5 commit d7f4979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@


"settingsAdvHeader": {
"message": "Settings placement",
"message": "Advanced option",
"description": "Advanced options header (settings page)"
},

Expand Down
2 changes: 1 addition & 1 deletion app/js/content-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function renderUI() {


// Dropdown
document.querySelectorAll('.virDropDown').forEach(x => x.addEventListener("click", function(e) {
document.querySelectorAll('.virDropdownClick').forEach(x => x.addEventListener("click", function(e) {
e.preventDefault();
document.querySelectorAll('#myDropdown').forEach(x => x.classList.toggle("show"));

Expand Down

0 comments on commit d7f4979

Please sign in to comment.