File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ require('./header.inc.phtml'); ?>
54
54
<? ob_start (); ?>
55
55
<script type="text/javascript">
56
56
$(document).ready(function(){
57
- $('#order_by_form').hide();
58
57
$('#docs_tbl').DataTable({
58
+ 'aaSorting': [],
59
59
"language": {"zeroRecords": "No matching documents found"},
60
60
"responsive": true,
61
61
});
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ $_campaign_vultr = (
115
115
<body class="d-flex flex-column h-100">
116
116
117
117
<nav class="navbar navbar-expand-lg navbar-dark bg-primary mb-3">
118
- <a class="navbar-brand" href="<?= Common::relativeUrlToAbsolute ($ _header_navigation_config ->front_page )?> "><img src="<?= Common::relativeUrlToAbsolute ('/a/VSZX0bJ.png ' )?> " style="float:left;margin-right:6px;height:32px;"/> BNETDocs</a>
118
+ <a class="navbar-brand" style="color:#00ccad;" href="<?= Common::relativeUrlToAbsolute ($ _header_navigation_config ->front_page )?> "><img src="<?= Common::relativeUrlToAbsolute ('/a/VSZX0bJ.png ' )?> " style="float:left;margin-right:6px;height:32px;"/> BNETDocs</a>
119
119
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
120
120
<span class="navbar-toggler-icon"></span>
121
121
</button>
You can’t perform that action at this time.
0 commit comments