Skip to content

Commit

Permalink
Update codolike.php
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix128 committed Dec 16, 2014
1 parent 33b78aa commit 278f1e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codolike.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function codolike_add_assets() {

$codoLikeAdapter = new CodoLikeAdapter();
$codoLikeAdapter->add_css(codolike::$path . "client/css/app.css");
$codoLikeAdapter->add_js("http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js");
//$codoLikeAdapter->add_js("http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js");
$codoLikeAdapter->add_js(codolike::$path . "client/js/app.js");
}

Expand Down Expand Up @@ -71,4 +71,4 @@ function codolike_after_notify_insert() {
dispatch("codolike/update", function(){
$codoLikeAdapter = new CodoLikeAdapter();
echo json_encode(codolike_get_likes($codoLikeAdapter->get_user()->id, $_GET['ids']));
});
});

0 comments on commit 278f1e3

Please sign in to comment.