diff --git a/update/currentReleaseVersion.js b/update/currentReleaseVersion.js index 312a9f71..9532de45 100644 --- a/update/currentReleaseVersion.js +++ b/update/currentReleaseVersion.js @@ -1,3 +1,3 @@ function currentReleaseVersion() { - return 2.0; + return 200; } \ No newline at end of file diff --git a/xpfe/global/resources/content/aboutHome.css b/xpfe/global/resources/content/aboutHome.css index 0873e328..e370beb0 100644 --- a/xpfe/global/resources/content/aboutHome.css +++ b/xpfe/global/resources/content/aboutHome.css @@ -31,6 +31,15 @@ body, html { #rzFooterText { text-align: center; } + /* updater styles */ +#updateNotifier { + display:none; +} + +.showUpdate { + display: block !important; +} + a:link { color: blue; } a:hover { color: blue; } a:active { color: blue; } diff --git a/xpfe/global/resources/content/aboutHome.html b/xpfe/global/resources/content/aboutHome.html index 376b0e70..296131f1 100644 --- a/xpfe/global/resources/content/aboutHome.html +++ b/xpfe/global/resources/content/aboutHome.html @@ -18,6 +18,9 @@