Removed broken code
This commit is contained in:
@@ -86,15 +86,6 @@ function changeActiveTools(activeCategoryButton) {
|
|||||||
* @param {boolean} updateURL?
|
* @param {boolean} updateURL?
|
||||||
* @returns {void}
|
* @returns {void}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function changeTool(tool) {
|
|
||||||
|
|
||||||
const url = tools.get(tool);
|
|
||||||
localStorage.setItem("lastPage", tool);
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function changeTool(tool, updateURL = true) {
|
function changeTool(tool, updateURL = true) {
|
||||||
if (! tools.has(tool)) return;
|
if (! tools.has(tool)) return;
|
||||||
const url = tools.get(tool);
|
const url = tools.get(tool);
|
||||||
|
|||||||
Reference in New Issue
Block a user