Skip to content

Commit

Permalink
deleted mangling caused by merge
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen committed Jan 1, 2016
1 parent 8dcf73e commit ca240e5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions questiontype.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,8 @@ public function find_standard_scripts() {
$jquery = '/question/type/' . $this->name().'/jquery';
$PAGE->requires->js($jquery.'/jquery-1.9.1.min.js', true);
$PAGE->requires->js($jquery.'/jquery-ui-1.11.4.min.js', true);
<<<<<<< HEAD
// $PAGE->requires->js($jquery.'/jquery-ui.touch-punch.js', true);
=======
$PAGE->requires->js($jquery.'/jquery-ui.touch-punch.js', true);
>>>>>>> b45278abea3db7145fbc90e5b7a29e92bd5ce14b

}
}

Expand Down

0 comments on commit ca240e5

Please sign in to comment.