mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add javascript to show advanced portions of config options.
This commit is contained in:
parent
94b85249c0
commit
b7d124fe7b
@ -329,6 +329,13 @@ include("head.inc");
|
||||
<body link="#0000CC" vlink="#0000CC" alink="#0000CC" >
|
||||
<link rel="stylesheet" type="text/css" media="all" href="./tree/tree.css" />
|
||||
<script type="text/javascript" src="./tree/tree.js"></script>
|
||||
<script type="text/javascript">
|
||||
function show_source_port_range() {
|
||||
document.getElementById("sprtable").style.display = '';
|
||||
document.getElementById("showadvancedboxspr").innerHTML='';
|
||||
}
|
||||
</script>
|
||||
|
||||
<?php
|
||||
include("fbegin.inc");
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user