0f68d65e9a
+ Badges counts only per url (for this feature we need the new "tabs" permission) + New Interface. Special thanks to @grahamperrin and @Thorin-Oakenpants. (#21) + Files in folder ordered - Remove siteBlockedAlert.html page. We're show now nothing. + Revised texts for Rules-Status + Add File for version number
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
/**
|
|
* This file writes only the version into every page.
|
|
* @return version
|
|
*/
|
|
var version = "1.2";
|
|
$('#version').text(version);
|