Skip to content

Commit

Permalink
Initialize unseen value
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jun 9, 2014
1 parent c39b1ee commit 64564c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions imp/js/dimpbase.js
Expand Up @@ -1618,8 +1618,9 @@ var DimpBase = {

updateTitle: function()
{
var elt, unseen,
label = this.viewport.getMetaData('label');
var elt,
label = this.viewport.getMetaData('label'),
unseen = 0;

// 'label' will not be set if there has been an error retrieving data
// from the server.
Expand Down

0 comments on commit 64564c9

Please sign in to comment.