mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-10 06:35:15 +02:00
fix typo
This commit is contained in:
parent
99acc9045d
commit
2d8bb54b93
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
// grab the toolbar
|
||||
var toolbar = Toolbars.getToolbar("com.highfidelity.interface.toolbar.system");
|
||||
|
||||
var ASSETS_PATH = Script.resolvePath("assets"
|
||||
var ASSETS_PATH = Script.resolvePath("assets");
|
||||
var TOOLS_PATH = Script.resolvePath("assets/images/tools/");
|
||||
|
||||
function buttonImageURL() {
|
||||
|
|
Loading…
Reference in a new issue