Browse Source

#685: code review

pull/2/head
gorhill 10 years ago
parent
commit
72a3819c08
  1. 22
      platform/chromium/vapi-common.js

22
platform/chromium/vapi-common.js

@ -23,28 +23,6 @@
/* global self */
/******************************************************************************/
(function() {
'use strict';
var fileName = 'options_ui.html';
if ( location.pathname.slice(-fileName.length) === fileName ) {
var messager = vAPI.messaging.channel('_open');
messager.send({
what: 'gotoURL',
details: {
url: 'dashboard.html',
index: -1
}
});
window.close();
}
})();
/******************************************************************************/
/******************************************************************************/

Loading…
Cancel
Save