Add supplier info popup

This commit is contained in:
2015-02-13 12:37:01 +01:00
parent 9176b6ac9b
commit de3f2f7cae
17 changed files with 133 additions and 99 deletions
@@ -81,7 +81,7 @@
selector = $( selector || document)
selector.find(".locale-select").show()
selector.find(".locale-select-" + locale).hide()
moment.lang locale
moment.locale locale
if selector
selector.find("[data-t]").each ->
$(this).html t($(this).data("t"), $(this).data("tAttributes"))