New module 'Lexicon'

This commit is contained in:
Manuel Cillero 2017-07-26 19:25:35 +02:00
parent 9b6128243b
commit 72fc44b96c
12 changed files with 2605 additions and 0 deletions

View file

@ -0,0 +1,8 @@
// Run the javascript on page load.
if (Drupal.jsEnabled) {
$(document).ready(function () {
$.localScroll();
});
}