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
Tags sends [] instead of null
tags/v1.0.0
Isaac Bythewood
11 years ago
parent
6e78ce12ea
commit
39aa6818f2
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/helpers.js
+ 1
- 1
pinry/static/js/helpers.js
View File
@@ -20,7 +20,7 @@ function cleanTags(tags) {
tags[i] = tags[i].trim();
}
} else {
return
null
;
return
[]
;
}
return tags;
}
Write
Preview
Loading…
Cancel
Save