summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/system_information.widget.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-05-04 22:43:55 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-05-04 22:43:55 -0400
commit8496e20dec6fb51c249ab9a959e8a56cd5daa222 (patch)
treeb1658b1b67d205e922413c95d9d6ed9c85ddb2ea /usr/local/www/widgets/widgets/system_information.widget.php
parent96518487658dac47703c96780613fa93748d3946 (diff)
downloadpfsense-8496e20dec6fb51c249ab9a959e8a56cd5daa222.zip
pfsense-8496e20dec6fb51c249ab9a959e8a56cd5daa222.tar.gz
Reeturn false to prevent page from moving
Diffstat (limited to 'usr/local/www/widgets/widgets/system_information.widget.php')
-rw-r--r--usr/local/www/widgets/widgets/system_information.widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/widgets/widgets/system_information.widget.php b/usr/local/www/widgets/widgets/system_information.widget.php
index 656d9c6..42576ff 100644
--- a/usr/local/www/widgets/widgets/system_information.widget.php
+++ b/usr/local/www/widgets/widgets/system_information.widget.php
@@ -90,7 +90,7 @@ $curcfg = $config['system']['firmware'];
<br />
built on <?php readfile("/etc/version.buildtime"); ?>
<br />
- <div name="uname" id="uname"><a href="#" onClick='swapuname();'><?=`uname -sr`?></a></div>
+ <div name="uname" id="uname"><a href="#" onClick='swapuname(); return false;'><?=`uname -sr`?></a></div>
<div id='updatestatus'><br/>Obtaining update status...</div>
</td>
</tr>
OpenPOWER on IntegriCloud