aboutsummaryrefslogtreecommitdiff
path: root/firefox/content/overlay.js
blob: 49bb6959e5cad358a517c734ab8dce3ea6c7a929 (plain)
1
2
3
4
5
6
7
8
Components.utils.import("chrome://vkpc/content/module.jsm");

VKPC.startup();

VKPC.addWindow(window);
window.addEventListener('close', function() {
  VKPC.removeWindow(window);
});