clear-urls-browser-extension/core_js/write_version.js
Kevin Röbert 6c42b3617c Hotfix for performance issue and center "rules"-btn
- Delete temporary the async promise function, because it works not like
it should work. (We will test some methods to increase the performance,
but the performance is already okay)
+ Add suggestion from @grenzor #21 to center the "rules-status"-button
2018-01-09 13:20:33 +01:00

7 lines
135 B
JavaScript

/**
* This file writes only the version into every page.
* @return version
*/
var version = "1.2.1.1";
$('#version').text(version);