Merge pull request #976 from codenift/disable_version_notification
Disable version notification
This commit is contained in:
commit
48148ced0a
1 changed files with 7 additions and 2 deletions
|
@ -9,7 +9,12 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="Panel" class="sticky">
|
<div id="Panel" class="sticky">
|
||||||
<?php echo $this->versionNotify();
|
<?php
|
||||||
|
/*
|
||||||
|
NOTE: Temporarily disabled version notification to avoid confusion,
|
||||||
|
Users can check current version in Settings > Status.
|
||||||
|
*/
|
||||||
|
//echo $this->versionNotify();
|
||||||
$sss = $this->SourceSwitchStatus();
|
$sss = $this->SourceSwitchStatus();
|
||||||
$scs = $this->SourceConnectionStatus();
|
$scs = $this->SourceConnectionStatus();
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue