From e29164354759dcaa4e0856619ca7a5ab4ec8fa62 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 20 Aug 2018 12:26:53 -0400 Subject: [PATCH] adding toggle text to the off canvas menu toggle anchor tags --- js/app.js | 2 +- js/custom/pageSetup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index a822ff9..8761892 100644 --- a/js/app.js +++ b/js/app.js @@ -11,7 +11,7 @@ var g=a(f(this.selector(c),a("
").html(c.attr("title")).html())),h=thi $(document).foundation(); $(document).ready(function () { $('ul.children').each(function () { - $(this).before(''); + $(this).before('toggle'); }); $('a.toggle').click('click', function (e) { e.preventDefault(); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 433982b..7e53ef2 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -2,7 +2,7 @@ $(document).foundation(); $(document).ready(function () { $('ul.children').each(function () { - $(this).before(''); + $(this).before('toggle'); }); $('a.toggle').click('click', function (e) { e.preventDefault(); -- 2.17.1