Browse Source

Firefox: implement toolbar button and popup

pull/2/head
Deathamns 10 years ago
committed by gorhill
parent
commit
9c00fbfb3b
  1. 2
      platform/chromium/vapi-client.js

2
platform/chromium/vapi-client.js

@ -87,7 +87,7 @@ var messagingConnector = function(response) {
/******************************************************************************/
var uniqueId = function() {
return parseInt(Math.random() * 1e10, 10).toString(36);
return Math.random().toString(36).slice(2);
};
/******************************************************************************/

Loading…
Cancel
Save