|
|
@ -1,4 +1,5 @@ |
|
|
|
<script> |
|
|
|
<script> |
|
|
|
|
|
|
|
{% if _u.logged %} |
|
|
|
// External plugins not part of the default Ckeditor package. |
|
|
|
// External plugins not part of the default Ckeditor package. |
|
|
|
var plugins = [ |
|
|
|
var plugins = [ |
|
|
|
'asciimath', |
|
|
|
'asciimath', |
|
|
@ -68,7 +69,7 @@ var showTemplates = function (ckeditorName) { |
|
|
|
$templatesUL.appendTo("#frmModel"); |
|
|
|
$templatesUL.appendTo("#frmModel"); |
|
|
|
}); |
|
|
|
}); |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
$(document).ready(function(){ |
|
|
|
$(document).ready(function(){ |
|
|
|
$("#open-view-list").click(function(){ |
|
|
|
$("#open-view-list").click(function(){ |
|
|
|
$("#student-list-work").fadeIn(300); |
|
|
|
$("#student-list-work").fadeIn(300); |
|
|
|