js: temporary hidding Git+Manual links
parent
c02b248770
commit
f59391f217
@ -0,0 +1,6 @@
|
||||
$(document).ready(function(){
|
||||
|
||||
/* hidden Manual, Git links until manual as uploaded and git dir are ready */
|
||||
$('div.links > a:contains("Manual")').css('display', 'none');
|
||||
$('div.links > a:contains("Git")').css('display', 'none');
|
||||
})
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue