Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
heuzef
/
pinry
espelho de
https://github.com/pinry/pinry.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
44
Wiki
Trabalho
Ver a proveniência
Fix: Use class instead of element name for star action
pull/169/head
winkidney
há 5 anos
committed by
Isaac Bythewood
ascendente
3d56663d8b
cometimento
1d739aca54
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
pinry/static/js/pinry.js
+ 1
- 1
pinry/static/js/pinry.js
Ver ficheiro
@@ -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é-visualizar
Carregando…
Cancelar
Guardar