This commit is contained in:
Godwin
2014-07-05 10:27:49 -06:00
parent 930aa130d6
commit f66f456cc4
36 changed files with 901 additions and 242 deletions
+7 -1
View File
@@ -163,7 +163,13 @@ startTranslating = ($td) ->
return
$ ->
$(document).foundation();
trial = document.createElement('script');
trial.type = 'text/javascript';
trial.async = true;
trial.src = 'http://easy.myfonts.net/v2/js?sid=158991(font-family=Scotch+Modern+Bold)&sid=174040(font-family=Scotch+Micro)&key=WPfecRji9L';
head = document.getElementsByTagName("head")[0];
head.appendChild(trial);
#$(document).foundation();
$('.field.country-select select').change () ->
$country = $(this)
country = $country.val()