Skip to content

Commit

Permalink
UI/Mainbar: 30738, remove superflous param (#4089)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaagen authored Mar 1, 2022
1 parent d347748 commit 1cba093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/UI/templates/js/MainControls/dist/mainbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ var renderer = function($) {
document.getElementById(triggerer.triggerer).focus();
},

dispatchResizeNotification: function(top_entry_id) {
dispatchResizeNotification: function() {
var event = new CustomEvent(
'resize',
{detail : {mainbar_induced : true}}
Expand Down
2 changes: 1 addition & 1 deletion src/UI/templates/js/MainControls/src/mainbar.renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ var renderer = function($) {
document.getElementById(triggerer.triggerer).focus();
},

dispatchResizeNotification: function(top_entry_id) {
dispatchResizeNotification: function() {
var event = new CustomEvent(
'resize',
{detail : {mainbar_induced : true}}
Expand Down

0 comments on commit 1cba093

Please sign in to comment.