Home › Forums › General XMetaL Discussion › ResourceManager – google.com navigation – broken? › Reply To: ResourceManager – google.com navigation – broken?
Reply to: ResourceManager – google.com navigation – broken?
April 18, 2018 at 12:38 amI can't reproduce your exact issue but there is definitely a syntax error on line 6 (marked in red below):
ResourceManager.AddTab("MyTab", "Shell.Explorer.2");}
Removing the curly bracket at the end fixes that and allows the script to run properly.