Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Sep 10, 2014
1 parent ad9af77 commit 8c4c7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/testweb/creator_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $(document).ready(function() {

simpleFetch('getcreatorpage').done(function(result) {
var jsonObj = JSON.parse(result);

console.log(jsonObj);
var youtube_link = jsonObj['youtube_link'];
console.log('youtube ' + youtube_link);
if (youtube_link != null) {
Expand Down

0 comments on commit 8c4c7e1

Please sign in to comment.