Skip to content

Commit

Permalink
Merge pull request #1 from AhmedGoGo/Support-Alias-WebSites
Browse files Browse the repository at this point in the history
Update JavascriptFactory.php
  • Loading branch information
AhmedGoGo authored Dec 22, 2016
2 parents 852b1ed + 26a1dde commit a870acf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Factories/JavascriptFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class JavascriptFactory
public function __construct(AbstractWidgetFactory $widgetFactory)
{
$this->widgetFactory = $widgetFactory;
$this->ajaxLink = url('/').$this->ajaxLink;
}

/**
Expand Down

0 comments on commit a870acf

Please sign in to comment.