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