mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-15 21:55:36 +07:00
7 lines
135 B
JavaScript
7 lines
135 B
JavaScript
/**
|
|
* This file writes only the version into every page.
|
|
* @return version
|
|
*/
|
|
var version = "1.2.1.0";
|
|
$('#version').text(version);
|