mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove single quotes committed wrongly
This commit is contained in:
parent
ffac939ef9
commit
647df2d42a
@ -308,7 +308,7 @@ foreach ($ifdescrs as $ifn => $ifd) {
|
||||
<?php include("fend.inc"); ?>
|
||||
|
||||
<script type="text/javascript">
|
||||
jQuery(document).ready('updateBandwidth');
|
||||
jQuery(document).ready(updateBandwidth);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user