mirror of
https://github.com/danog/danog.github.io.git
synced 2024-11-26 11:54:57 +01:00
fix
This commit is contained in:
parent
929a4bcd69
commit
029787550e
@ -86,7 +86,7 @@
|
||||
|
||||
<!-- Contact Form JavaScript -->
|
||||
<script src="js/jqBootstrapValidation.js"></script>
|
||||
<script src="js/contact_me.js?v=5gh"></script>
|
||||
<script src="js/contact_me.js?v=5ghh"></script>
|
||||
|
||||
<!-- Custom Theme JavaScript -->
|
||||
<script src="js/freelancer.js"></script>
|
||||
|
@ -41,7 +41,7 @@ $(function() {
|
||||
} else {
|
||||
outhtml = outhtml + '<p><strong>Repos List:</strong></p> <ul>';
|
||||
$.each(repositories, function(index) {
|
||||
if (repositories[index].fork === false && (repositories[index].name != "video-dl" || repositories[index].name != "gigaclone" || repositories[index].name != "php-login-freelancer" || repositories[index].name != "learn-bash")) {
|
||||
if (repositories[index].fork === false && (repositories[index].name != "video-dl" && repositories[index].name != "gigaclone" && repositories[index].name != "php-login-freelancer" && repositories[index].name != "binwalker" &&repositories[index].name != "dl2cloud" && repositories[index].name != "learn-bash" && repositories[index].name != "aura-camera")) {
|
||||
outhtml = outhtml + '<li><a href="https://daniil.it/' + repositories[index].name + '" target="_blank">' + repositories[index].name + ' - ' + repositories[index].description + '</a></li>';
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user