Skip to content

Commit

Permalink
add jquery dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
getdatakick committed Sep 18, 2018
1 parent 0d9947b commit 0e47a95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/revws.php
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@ public function getBackTranslations() {
}

public function includeCommonStyles($controller) {
$controller->addJquery();
$controller->addJqueryPlugin('fancybox');
$controller->addCSS($this->getCSSFile(), 'all', null, false);
}
Expand Down

0 comments on commit 0e47a95

Please sign in to comment.