Skip to content
Snippets Groups Projects
Commit f14468e8 authored by Brian Canini's avatar Brian Canini
Browse files

commenting out code for accessible menu

- doing this so that mobile menus will work for users while i track down the bug that's causing them to break
parent 81cfdec3
No related branches found
No related tags found
No related merge requests found
......@@ -17,10 +17,10 @@ global-styling:
css/style.css: {}
#css/test-styles.css: {}
css/osu_navbar-resp-white.css: {}
css/a11y-navbar.styles.css: {}
#css/a11y-navbar.styles.css: {}
js:
js/scripts.js: {}
js/dist/a11yNavbar.min.js: {}
#js/dist/a11yNavbar.min.js: {}
js/dist/hoverintent.min.js: {}
js/dist/polyfill.min.js: {}
dependencies:
......
......@@ -171,11 +171,11 @@ jQuery(document).ready(function(){
});
window.addEventListener("load", function(event) {
var options = {
'ariaLabel' : 'Main Navigation',
'mode' : 'dualAction'
}
var test = new a11yNavbar('main-nav', options);
});
// window.addEventListener("load", function(event) {
// var options = {
// 'ariaLabel' : 'Main Navigation',
// 'mode' : 'dualAction'
// }
// 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