diff --git a/src/HighlightCeption.php b/src/HighlightCeption.php index b86532f..1694edd 100644 --- a/src/HighlightCeption.php +++ b/src/HighlightCeption.php @@ -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(); } /** @@ -254,4 +254,4 @@ private function loadJQueryHighlight() } } -} \ No newline at end of file +}