This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Fix: Use class instead of element name for star action
pull/169/head
winkidney
5 years ago
committed by
Isaac Bythewood
parent
3d56663d8b
commit
1d739aca54
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pinry/static/js/pinry.js
+ 1
- 1
pinry/static/js/pinry.js
View File
@@ -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() {
Write
Preview
Loading…
Cancel
Save