Skip to content

Commit

Permalink
Added missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Ross committed Mar 4, 2016
1 parent dba807e commit b6ca8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/permalink.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var Permalink = function () {
//Check for content permalink
var content = uriInterpreter.getContentPermalink();
if (content) {
if(content.contentId && content.contentId.indexOf('lb-post') >= 0) {
if (content.contentId && content.contentId.indexOf('lb-post') >= 0) {
return; //Storify 2 post permalinks should never be opened in the modal
}

Expand Down

0 comments on commit b6ca8d0

Please sign in to comment.