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 11, 2014
1 parent b867091 commit 9bad4bb
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 @@ -6,7 +6,7 @@ $(document).ready(function() {
fillSimpleText(creatorName + '/get_main_body', '#main_body');

// Fill the youtube iframe
simpleFetch(creatorName + '/get_youtube_v').done(function(result) {
simpleFetch(creatorName + '/get_youtube_link').done(function(result) {

console.log("youtube v = " + result);

Expand Down

0 comments on commit 9bad4bb

Please sign in to comment.