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 f124d25 commit 80d621f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/testweb/creator_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ $(document).ready(function() {
var youtube_link = jsonObj['youtube_link'];
console.log('youtube ' + youtube_link);
if (youtube_link != null) {
$('#youtubeInput').text(youtube_link);
$('#youtubeLinkInput').url(youtube_link);
}

var short_desc = jsonObj['description'];
console.log('short_desc ' + short_desc);
if (short_desc != null) {
$('#youtubeInput').text(short_desc);
$('#youtubeLinkInput').url(short_desc);
}


Expand Down

0 comments on commit 80d621f

Please sign in to comment.