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 fea8ca3 commit df998d7
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 @@ -22,7 +22,7 @@ $(document).ready(function() {
saveSummerNote('savecreatorpage', '#saveBtn', '#main_body');

simpleFetch('getcreatorpage').done(function(result) {
var jsonObj = JSON.parse(data);
var jsonObj = JSON.parse(result);
var youtube_link = jsonObj['youtube_link'];
console.log('youtube ' + youtube_link);
$('#youtubeLinkInput').text(youtube_link);
Expand Down

0 comments on commit df998d7

Please sign in to comment.