commented out firefox polyfill ad well as xmodule css editor changes
This commit is contained in:
@@ -8,10 +8,12 @@
|
||||
% if 'source_code' in json_metadata_data:
|
||||
<% del json_metadata_data['source_code'] %>
|
||||
% endif
|
||||
<div class="wrapper-comp-settings metadata_edit" id="settings-tab" data-metadata='${json.dumps(json_metadata_data)}'/>
|
||||
|
||||
<div class="wrapper-comp-settings metadata_edit" id="settings-tab" data-metadata='${json.dumps(json_metadata_data)}'>
|
||||
% if showHighLevelSource:
|
||||
<a href="#hls-modal-${hlskey}" style="color:yellow;" id="hls-trig-${hlskey}" >Edit High Level Source</a>
|
||||
<div class="launch-latex-compiler">
|
||||
<label class="label setting-label">Latex Compiler Mode</label>
|
||||
<a href="#hls-modal-${hlskey}" id="hls-trig-${hlskey}" >Launch Latex Source Compiler</a></div>
|
||||
<%include file="source-edit.html" />
|
||||
% endif
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user