Skip to content

Commit

Permalink
Merge pull request #710 from modos189/fix-toolbar
Browse files Browse the repository at this point in the history
Fix toolbar for some deprecated plugins
  • Loading branch information
modos189 authored Mar 9, 2024
2 parents b6756a1 + dc36ab9 commit d0bfbdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ h3.title {
}

#toolbox {
display: none;
display: none !important;
}

#toolbox, #toolbox_component {
Expand Down
2 changes: 1 addition & 1 deletion core/total-conversion-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ document.body.innerHTML =
' </div>' +
' <div id="portaldetails"></div>' +
' <input id="redeem" placeholder="Redeem code…" type="text"/>' +
' <div id="toolbox"></div>' +
' <div id="toolbox_component"></div>' +
' <div id="toolbox"></div>' +
' </div>' +
'</div>' +
'<div id="updatestatus"><div id="innerstatus"></div></div>' +
Expand Down

0 comments on commit d0bfbdc

Please sign in to comment.