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

search

parent 6c5ad852
...@@ -138,10 +138,10 @@ $(document).ready -> ...@@ -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}")) $('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) $('#name').html(name)
$.i18n.properties $.i18n.properties
name:'card' name: 'card'
path:'/locales/' path: '/locales/'
mode:'map' mode: 'map'
cache:true cache: true
callback: -> callback: ->
deck = new Deck(el: $("#deck")) deck = new Deck(el: $("#deck"))
deck.tab_control() 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