Skip to content

Commit

Permalink
Update header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hblankenship authored Aug 1, 2019
1 parent d63b27a commit 6407ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<script type="text/javascript">
$(function(){
// this works to get data from a json file NOT in data
$.getJSON("https://owasp.github.io/www--site-theme/assets/sitedata/menus.json", function(data) {
$.getJSON("https://www2.owasp.org/www--site-theme/assets/sitedata/menus.json", function(data) {
var listr = "<ul aria-label='header menu'>";
$.each(data.menus, function (ndx, menu){
listr += "<li><a href='" + menu.url + "'>" + menu.title + "</a>";
Expand Down

0 comments on commit 6407ae6

Please sign in to comment.