routing error
This commit is contained in:
@ -838,7 +838,7 @@ $(function() {
|
||||
active_frame = frame;
|
||||
// should not be hidden to generate multiple ace editors in edit mode
|
||||
//$('.frame').hide();
|
||||
frame.show();
|
||||
$('.frame').show();
|
||||
};
|
||||
|
||||
var showOutput = function(event) {
|
||||
|
@ -32,7 +32,7 @@
|
||||
h2 = t('activerecord.attributes.exercise.files')
|
||||
|
||||
/hidden editor -> to be deleted
|
||||
= render('ace', exercise: @exercise, file: @files.first)
|
||||
.hide = render('ace', exercise: @exercise, file: @files.first)
|
||||
/after use $('.frame').show() in js console everything works fine, probably editors are hidden somewhere in editor.js because we get "display:none" on frames
|
||||
|
||||
ul#files.list-unstyled.panel-group
|
||||
|
Reference in New Issue
Block a user