Removed jQuery from core scripts

This commit is contained in:
Kevin Röbert
2020-06-05 20:13:21 +02:00
parent 0acd24d716
commit ae30c0eb53
16 changed files with 151 additions and 358 deletions

View File

@@ -21,4 +21,4 @@
* @return version
*/
const version = browser.runtime.getManifest().version;
$('#version').text(version);
document.getElementById('version').textContent = version;