Skip to content
Snippets Groups Projects
Unverified Commit 0459817f authored by weaver299's avatar weaver299 Committed by GitHub
Browse files

Merge pull request #189 from ASCWebServices/canini

commenting out code for accessible menu
parents 81cfdec3 f14468e8
No related branches found
No related tags found
No related merge requests found
...@@ -17,10 +17,10 @@ global-styling: ...@@ -17,10 +17,10 @@ global-styling:
css/style.css: {} css/style.css: {}
#css/test-styles.css: {} #css/test-styles.css: {}
css/osu_navbar-resp-white.css: {} css/osu_navbar-resp-white.css: {}
css/a11y-navbar.styles.css: {} #css/a11y-navbar.styles.css: {}
js: js:
js/scripts.js: {} js/scripts.js: {}
js/dist/a11yNavbar.min.js: {} #js/dist/a11yNavbar.min.js: {}
js/dist/hoverintent.min.js: {} js/dist/hoverintent.min.js: {}
js/dist/polyfill.min.js: {} js/dist/polyfill.min.js: {}
dependencies: dependencies:
......
...@@ -171,11 +171,11 @@ jQuery(document).ready(function(){ ...@@ -171,11 +171,11 @@ jQuery(document).ready(function(){
}); });
window.addEventListener("load", function(event) { // window.addEventListener("load", function(event) {
var options = { // var options = {
'ariaLabel' : 'Main Navigation', // 'ariaLabel' : 'Main Navigation',
'mode' : 'dualAction' // 'mode' : 'dualAction'
} // }
var test = new a11yNavbar('main-nav', options); // var test = new a11yNavbar('main-nav', options);
}); // });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment