Skip to content

Commit

Permalink
Fixes for #77
Browse files Browse the repository at this point in the history
  • Loading branch information
parthopdas committed Feb 26, 2020
1 parent e1c72dc commit 9ff7db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digitalpalireader/content/js/dict_xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,6 @@ function displayDictData(data) {
var dataNode = $('<div></div>').html(data);
$(difbId).html('');
$(difbId).append(dataNode);
$('#cdif').scrollTop(0);
$('#paliTextContent').scrollTop(0);
}
}

0 comments on commit 9ff7db7

Please sign in to comment.