Skip to content

Commit

Permalink
fix div on graph version
Browse files Browse the repository at this point in the history
  • Loading branch information
elangenhan committed May 27, 2015
1 parent dc40883 commit b286529
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chrome_plugin/js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ if (/vers=text/.test(self.location.href)) {
}
}

if (/vers=graph/.test(self.location.href)) {
fixDivHeight();
}

if(/wcms3.rz.tu-ilmenau.de\/~goettlich\/elvvi\/*/.test(self.location.href)) {
try {
var subjects = [];
Expand Down

0 comments on commit b286529

Please sign in to comment.