Skip to content

Commit

Permalink
MINOR: Include jQuery, e.g. for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
unclecheese committed Dec 7, 2014
1 parent 3fb23e0 commit df95d85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/DisplayLogicFormField.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public function DisplayLogicMasters() {
*/
public function DisplayLogic() {
if($this->displayLogicCriteria) {
Requirements::javascript(THIRDPARTY_DIR.'/jquery/jquery.js');
Requirements::javascript(THIRDPARTY_DIR.'/jquery-entwine/dist/jquery.entwine-dist.js');
Requirements::javascript(DISPLAY_LOGIC_DIR.'/javascript/display_logic.js');
Requirements::css(DISPLAY_LOGIC_DIR.'/css/display_logic.css');
Expand All @@ -114,4 +115,4 @@ public function DisplayLogic() {



}
}

0 comments on commit df95d85

Please sign in to comment.