From 3ec830ee2c7c974448255a77927905bd71d30295 Mon Sep 17 00:00:00 2001 From: Daniel Hindi Date: Fri, 7 Apr 2017 11:50:08 -0700 Subject: [PATCH] fix references --- pluginTester/scripts/overrides.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pluginTester/scripts/overrides.js b/pluginTester/scripts/overrides.js index 181079cd..f4ab1f46 100644 --- a/pluginTester/scripts/overrides.js +++ b/pluginTester/scripts/overrides.js @@ -110,10 +110,10 @@ postMaster.servicePluginAPIs.service.tag = 'service'; /// //override the imageLibTemplate url - imageLibCurrentApp.imageLibTemplate = 'http://app.buildfire.com/pages/templates/imageLib.html'; - postMaster.controlPluginAPI.actionItems.templateUrl = 'http://app.buildfire.com/pages/templates/actionBuilder.html'; + imageLibCurrentApp.imageLibTemplate = 'http://app.buildfire.com/pages/imageLib/imageLib.html'; + postMaster.controlPluginAPI.actionItems.templateUrl = 'http://app.buildfire.com/pages/share/actionBuilder.html'; postMaster.widgetPluginAPI.actionItems.listTemplateUrl = 'http://app.buildfire.com/app/pages/templates/actionItemsListDialog.html'; - postMaster.controlPluginAPI.pluginInstances.templateUrl = "http://app.buildfire.com/pages/templates/pluginInstanceDialog.html"; + postMaster.controlPluginAPI.pluginInstances.templateUrl = "http://app.buildfire.com/pages/plugins/pluginInstanceDialog/pluginInstanceDialog.html"; window.appContext.currentPlugin.pluginAPI = postMaster.controlPluginAPI; })();