Commit bd564459 authored by 神楽坂玲奈's avatar 神楽坂玲奈

search

parent 6c5ad852
......@@ -138,10 +138,10 @@ $(document).ready ->
$('img#qrcode').attr('src', 'https://chart.googleapis.com/chart?chs=200x200&cht=qr&chld=|0&chl=' + encodeURIComponent("http://my-card.in/decks/?name=#{name}&cards=#{cards_encoded}"))
$('#name').html(name)
$.i18n.properties
name:'card'
path:'/locales/'
mode:'map'
cache:true
name: 'card'
path: '/locales/'
mode: 'map'
cache: true
callback: ->
deck = new Deck(el: $("#deck"))
deck.tab_control()
......
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment