Skip to content

Commit

Permalink
fix load highlight js
Browse files Browse the repository at this point in the history
  • Loading branch information
arzzen authored Sep 8, 2017
1 parent 7f9c2a0 commit 4db9c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HighlightCeption.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ private function loadJQuery()
$jQueryString = file_get_contents(__DIR__ . "/jquery.min.js");
$this->webDriver->executeScript($jQueryString);
$this->webDriver->executeScript('jQuery.noConflict();');
$this->loadJQueryHighlight();
}
$this->loadJQueryHighlight();
}

/**
Expand All @@ -254,4 +254,4 @@ private function loadJQueryHighlight()
}
}

}
}

0 comments on commit 4db9c95

Please sign in to comment.