Skip to content

Commit

Permalink
Fixing Fatal Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdevries committed Sep 7, 2013
1 parent f6849a3 commit fe6c952
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@ public function loadCustomCssJs() {
$this->addJavascript($articlesJsUrl.'extras/combo.js');
$this->addJavascript($articlesJsUrl.'extras/tagfield.js');

$this->addLastCss($quipAssetsUrl.'css/mgr.css');
$this->addCss($quipAssetsUrl.'css/mgr.css');
$this->addJavascript($quipAssetsUrl.'js/quip.js');
$this->addJavascript($quipAssetsUrl.'js/widgets/comments.grid.js');
$this->addHtml('<script type="text/javascript">
Expand Down

0 comments on commit fe6c952

Please sign in to comment.