The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 3bfa677f authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Code simplification: removed an unused variable

parent 95612376
No related merge requests found
......@@ -15,10 +15,7 @@
// TRUNCATE PAGES TO FIRST PAGES
$this->firstPages = array_slice($this->pages, 0, 6);
?>
<script>
var documentID = '<?=$this->id ?>';
var fileName = '<?=$this->file ?>';
</script>
<script>var documentID = '<?=$this->id ?>'</script>
<div class="inspector_container">
<div class="side_nav">
<a href="javascript:showPages()" class="top"><?=$this->transEsc('vudl_tab_pages') ?></a>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment