Skip to content

Commit

Permalink
Fixed restart_url to be ajax firendly
Browse files Browse the repository at this point in the history
  • Loading branch information
infinity0n3 committed Jun 27, 2017
1 parent 0af51a0 commit 25f277f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ public function make($fileID = '-1')

// task_wizard
$data['start_task_url'] = plugin_url('startTask');
$data['restart_task_url_file'] = plugin_url('make');
$data['restart_task_url_file'] = plugin_url('make', true);

// jog_setup
$data['jog_message'] = 'Position the laser point to the origin (bottom-left corner) of the drawing.<br>Jog to desired XY position, press <i class="fa fa-bullseye"></i> and then press "Start" ';
$data['jog_image'] = plugin_assets_url('img/fabui_laser_02a.png');
Expand Down

0 comments on commit 25f277f

Please sign in to comment.