@ -23,8 +23,12 @@ gulp.task('browser-sync', function() {
plugins: ['bs-rewrite-rules'],
rewriteRules: [
{
match: '/themes/custom/lmmi_journal',
match: '/themes/custom/lmmi_journal/js/',
replace: ''
replace: '/js/'
},
match: '/themes/custom/lmmi_journal/css/',
replace: '/css/'
}
]
});
@ -3,7 +3,10 @@
Drupal.behaviors.footnote_tooltips = {
attach: function attach(context, settings) {
//js goes here
$('.menu').remove();
//$('.menu').remove();
var footnote_link = $("a[id^='footnote']");
var footnote_link = $("li[id^='footnote']");
};
@ -44,7 +47,6 @@
})(jQuery, Drupal);