mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 06:05:37 +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);
|