Javascriptin tarkastus, virheviestejen tyylittelyä ja vaihtoehtoinen tapa näyttää pohjakuvien thumbnailit

This commit is contained in:
2013-12-10 14:19:10 +02:00
parent 2b42d2ac29
commit 58bc3947f5
4 changed files with 66 additions and 9 deletions

View File

@@ -1,6 +1,8 @@
/* jslint node: true */
jQuery(document).ready(function($) {
"use strict";
"use strict";
$("html").removeClass('no-js').addClass('js');
// Our Foundation trigger
$(document).foundation();