1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-04 16:47:15 +02:00

Fix Safari issue (no toolbar icon caused µBlock to break) #639

This commit is contained in:
Chris 2015-01-31 21:19:59 -07:00
parent e2b3e28762
commit 30f1c9ebaf

View File

@ -35,10 +35,9 @@
/******************************************************************************/
vAPI.app = safari.extension.toolbarItems[0].toolTip.split(' ');
vAPI.app = {
name: vAPI.app[0],
version: vAPI.app[1]
name: "µBlock",
version: safari.extension.displayVersion
};
/******************************************************************************/