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 5eb48f4 commit aa4fb82
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 @@ -33,7 +33,7 @@ $(document).ready(function() {
var short_desc = jsonObj['description'];
console.log('short_desc ' + short_desc);
if (short_desc != null) {
$('#shortDescriptionInput').text(short_desc);
$('#youtubeLinkInput').text(short_desc);
}


Expand Down

0 comments on commit aa4fb82

Please sign in to comment.