dynamically load question ID
This commit is contained in:
@ -113,7 +113,7 @@ $(function(){
|
||||
});
|
||||
|
||||
// If JavaScript is enabled, display the livecoder section dynamically
|
||||
var qid = 257208768;
|
||||
var qid = $('form#answer-form').data('qid');
|
||||
$("[data-id='live-coder-answer']").load("/live-coder-entry/" + qid, function(){
|
||||
// if it loads in, and hide "finish later" checkbox
|
||||
$("[data-id='live-coder-finish-later']").addClass("hidden");
|
||||
|
Reference in New Issue
Block a user