Skip to content

Commit 0cd709c

Browse files
committedJun 27, 2021
Remove initial sort
1 parent 79d1593 commit 0cd709c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/templates/Document/Index.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ require('./header.inc.phtml'); ?>
5454
<? ob_start(); ?>
5555
<script type="text/javascript">
5656
$(document).ready(function(){
57-
$('#order_by_form').hide();
5857
$('#docs_tbl').DataTable({
58+
'aaSorting': [],
5959
"language": {"zeroRecords": "No matching documents found"},
6060
"responsive": true,
6161
});

‎src/templates/header.inc.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ $_campaign_vultr = (
115115
<body class="d-flex flex-column h-100">
116116

117117
<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>
119119
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
120120
<span class="navbar-toggler-icon"></span>
121121
</button>

0 commit comments

Comments
 (0)