diff --git a/lib/obp60task/index.js b/lib/obp60task/index.js index d571e4b..54b3cf2 100644 --- a/lib/obp60task/index.js +++ b/lib/obp60task/index.js @@ -4,7 +4,7 @@ const tabName="OBP60"; api.registerListener((id, data) => { // if (!data.testboard) return; //do nothing if we are not active - let page = api.addTabPage(tabName, "Screenshot"); + let page = api.addTabPage(tabName, "OBP60"); api.addEl('button', '', page, 'Screenshot').addEventListener('click', function (ev) { window.open('/api/user/OBP60Task/screenshot', 'screenshot'); })