Skip to content

Commit

Permalink
added missing css file
Browse files Browse the repository at this point in the history
  • Loading branch information
krios-fabteam committed Dec 21, 2017
1 parent cd9523d commit 23aeeb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ public function make($fileID = '-1')
$this->addJsInLine($this->load->view( 'std/task_wizard_js', $data, true));
$this->addJsInLine($this->load->view( 'std/task_execute_js', $data, true));
$this->addJsInLine($this->load->view( 'std/task_finished_js', $data, true));
$this->addCssFile('/assets/css/std/task_execute.css');

$this->content = $widget->print_html(true);
$this->view();
Expand Down

0 comments on commit 23aeeb9

Please sign in to comment.