Firefox: implement toolbar button and popup

pull/2/head
Deathamns 11 years ago committed by gorhill
parent 06398e8065
commit 9c00fbfb3b

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

Loading…
Cancel
Save