Skip to content

Commit 091094a

Browse files
committed
edit js/ditto
1 parent 3592cda commit 091094a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/ditto.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,11 @@ function router() {
233233
}
234234

235235
if(location.hash==='' || location.hash===menu[0]){
236-
$('#pageup').style.display='none';
236+
$('#pageup').css('display','none');
237237
}
238238

239239
if (location.hash===menu[(menu.length-1)]){
240-
$('pagedown').style.display='none';
240+
$('#pagedown').css('display','none');
241241
}
242242

243243
$('#pageup').on('click',function (){

0 commit comments

Comments
 (0)