Browse Source

meme is still broken

pull/24/head
Guillermo 10 years ago
parent
commit
73f381f595
  1. 0
      img/meme.png
  2. 2
      index.html
  3. 2
      index_dev.html
  4. 2
      main.js
  5. 2
      main_dev.js
  6. 2
      src/index.html
  7. 2
      src/main.js

0
img/tha.png → img/meme.png

Before

Width:  |  Height:  |  Size: 628 KiB

After

Width:  |  Height:  |  Size: 628 KiB

2
index.html

File diff suppressed because one or more lines are too long

2
index_dev.html

File diff suppressed because one or more lines are too long

2
main.js

@ -189,7 +189,7 @@ wow.run()
var tabs = Array.prototype.slice.call(document.querySelectorAll('.langlabel')) var tabs = Array.prototype.slice.call(document.querySelectorAll('.langlabel'))
var ltabs = Array.prototype.slice.call(document.querySelectorAll('.ltab')) var ltabs = Array.prototype.slice.call(document.querySelectorAll('.ltab'))
var langs = ['eng', 'chi_sim', 'rus', 'tha'] var langs = ['eng', 'chi_sim', 'rus', 'meme']
function setlang(i){ function setlang(i){
tabs.forEach(function(t){ tabs.forEach(function(t){

2
main_dev.js

@ -189,7 +189,7 @@ wow.run()
var tabs = Array.prototype.slice.call(document.querySelectorAll('.langlabel')) var tabs = Array.prototype.slice.call(document.querySelectorAll('.langlabel'))
var ltabs = Array.prototype.slice.call(document.querySelectorAll('.ltab')) var ltabs = Array.prototype.slice.call(document.querySelectorAll('.ltab'))
var langs = ['eng', 'chi_sim', 'rus', 'tha'] var langs = ['eng', 'chi_sim', 'rus', 'meme']
function setlang(i){ function setlang(i){
tabs.forEach(function(t){ tabs.forEach(function(t){

2
src/index.html

File diff suppressed because one or more lines are too long

2
src/main.js

@ -189,7 +189,7 @@ wow.run()
var tabs = Array.prototype.slice.call(document.querySelectorAll('.langlabel')) var tabs = Array.prototype.slice.call(document.querySelectorAll('.langlabel'))
var ltabs = Array.prototype.slice.call(document.querySelectorAll('.ltab')) var ltabs = Array.prototype.slice.call(document.querySelectorAll('.ltab'))
var langs = ['eng', 'chi_sim', 'rus', 'tha'] var langs = ['eng', 'chi_sim', 'rus', 'meme']
function setlang(i){ function setlang(i){
tabs.forEach(function(t){ tabs.forEach(function(t){

Loading…
Cancel
Save