Performing the correct check for <ins> in stories.

This commit is contained in:
Samuel Clay 2011-04-11 23:26:47 -04:00
parent a88112ab8f
commit 7cb84d7e82

View file

@ -3007,7 +3007,7 @@
: '';
if (score > 0) score_color = 'positive';
if (score < 0) score_color = 'negative';
if (story.story_content.indexOf('<ins>') != -1) story_has_modifications = true;
if (story.story_content.indexOf('<ins') != -1) story_has_modifications = true;
river_same_feed = null;
if (this.cache.last_feed_view_story_feed_id == story.story_feed_id) {