1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-09-29 08:41:11 +13:00

Firefox: implement toolbar button and popup

This commit is contained in:
Deathamns 2014-12-16 13:44:34 +01:00 committed by gorhill
parent 06398e8065
commit 9c00fbfb3b

View file

@ -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);
};
/******************************************************************************/