Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
heuzef
/
pinry
réplica de
https://github.com/pinry/pinry.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
44
Wiki
Actividad
Explorar el Código
Fix: Use class instead of element name for star action
pull/169/head
winkidney
hace 5 años
committed by
Isaac Bythewood
padre
3d56663d8b
commit
1d739aca54
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
pinry/static/js/pinry.js
+ 1
- 1
pinry/static/js/pinry.js
Ver fichero
@@ -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() {
Escribir
Vista previa
Cargando…
Cancelar
Guardar