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 df998d7 commit 3c41864
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/testweb/creator_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ $(document).ready(function() {
console.log('youtube ' + youtube_link);
$('#youtubeLinkInput').text(youtube_link);

var short_desc = jsonObj['description'];
console.log('short_desc ' + short_desc);
$('#shortDescriptionInput').text(short_desc);



var emptyObj = '{"main_body": "Nothing here yet"}';
console.log('page = ' + result);
Expand Down

0 comments on commit 3c41864

Please sign in to comment.