Skip to content

Commit

Permalink
fix references
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHindi committed Apr 7, 2017
1 parent 83b817d commit 3ec830e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pluginTester/scripts/overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
})();

Expand Down

0 comments on commit 3ec830e

Please sign in to comment.