Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
heuzef
/
pinry
espelhamento de
https://github.com/pinry/pinry.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
44
Wiki
Atividade
Ver código fonte
Fix: Use class instead of element name for star action
pull/169/head
winkidney
5 anos atrás
committed by
Isaac Bythewood
pai
3d56663d8b
commit
1d739aca54
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
pinry/static/js/pinry.js
+ 1
- 1
pinry/static/js/pinry.js
Ver arquivo
@@ -49,7 +49,7 @@ $(window).load(function() {
}
// Open add-to-board panel
$('glyphicon-heart').each(function() {
$('
.
glyphicon-heart').each(function() {
var thisPin = $(this);
$(this).off('click');
$(this).click(function() {
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar