Compare commits
No commits in common. "4b42798642a868873aa619b28b5cab6ee2431f9b" and "eb4ac7bb61498185c91e163aff893994b8990470" have entirely different histories.
4b42798642
...
eb4ac7bb61
|
@ -12,11 +12,6 @@ a, a:link, a:visited, a:active {
|
|||
color: #22dd22;
|
||||
}
|
||||
|
||||
.link {
|
||||
cursor: pointer;
|
||||
color: #22dd22;
|
||||
}
|
||||
|
||||
.header {
|
||||
font-size: 24pt;
|
||||
font-weight: bold;
|
||||
|
|
|
@ -22,7 +22,7 @@ if ( $_SESSION['sortorder'] == SORTBYNAME ) {
|
|||
?>
|
||||
</div>
|
||||
<div class='header' id='header'> </div>
|
||||
<div id="path" class='name link'></div>
|
||||
<div id="path" class='name'></div>
|
||||
<div id="list" class='list'>
|
||||
<!-- <div class='listcontainer'> -->
|
||||
<!-- </div> -->
|
||||
|
|
|
@ -36,7 +36,6 @@ function updatePathNavigator() {
|
|||
}
|
||||
|
||||
function changeFolder(name, path) {
|
||||
if ( path == curpath ) return;
|
||||
toastr.success("Opening comic \"" + name + "\"<br>If this is the first time it may take a while to generate thumbnails.");
|
||||
$.ajax({
|
||||
url : 'ajax/setpath.php',
|
||||
|
|
Loading…
Reference in New Issue
Block a user