diff --git a/platform/chromium/vapi-common.js b/platform/chromium/vapi-common.js index 9fcffc8..e04b5d7 100644 --- a/platform/chromium/vapi-common.js +++ b/platform/chromium/vapi-common.js @@ -73,6 +73,12 @@ vAPI.download = function(details) { /******************************************************************************/ +vAPI.insertHTML = function(node, html) { + node.innerHTML = html; +}; + +/******************************************************************************/ + vAPI.getURL = chrome.runtime.getURL; /******************************************************************************/