Skip to content

Commit

Permalink
fixin refresh loosing focus on graph trees
Browse files Browse the repository at this point in the history
  • Loading branch information
cigamit committed Apr 3, 2016
1 parent 4d591e5 commit 7043d15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions graph_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ function get_matching_nodes() {

?>
<script type='text/javascript'>
var refreshIsLogout=false;
var refreshPage='<?php print str_replace('tree_content', 'tree', $_SERVER['REQUEST_URI']);?>';
var graph_start=<?php print get_current_graph_start();?>;
var graph_end=<?php print get_current_graph_end();?>;
var timeOffset=<?php print date('Z');?>
Expand Down

0 comments on commit 7043d15

Please sign in to comment.