mirror of
https://github.com/evilhero/mylar
synced 2024-12-25 09:11:46 +00:00
Fix:(#208) Removed invalid tooltip script call
This commit is contained in:
parent
621c3cad2a
commit
7601fdaa9a
1 changed files with 9 additions and 9 deletions
|
@ -360,6 +360,9 @@
|
||||||
<td>
|
<td>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Post-Processing</legend>
|
<legend>Post-Processing</legend>
|
||||||
|
<div class="row checkbox left clearfix">
|
||||||
|
<input type="checkbox" name="post_processing" value="1" ${config['post_processing']} /><label>Enable Post-Processing<small> (not checked = NO post-processing/post-management)</small></label>
|
||||||
|
</div>
|
||||||
<div class="row checkbox left clearfix">
|
<div class="row checkbox left clearfix">
|
||||||
<input type="checkbox" name="enable_pre_scripts" value="1" ${config['enable_pre_scripts']} /><label>Use Extra Script BEFORE Post-Processing</label>
|
<input type="checkbox" name="enable_pre_scripts" value="1" ${config['enable_pre_scripts']} /><label>Use Extra Script BEFORE Post-Processing</label>
|
||||||
</div>
|
</div>
|
||||||
|
@ -405,7 +408,7 @@
|
||||||
<input type="text" name="file_format" value="${config['file_format']}" size="43">
|
<input type="text" name="file_format" value="${config['file_format']}" size="43">
|
||||||
<small>Use: $Series, $Year, $Issue<br />
|
<small>Use: $Series, $Year, $Issue<br />
|
||||||
E.g.: $Series $Issue ($Year) = Animal Man 0 (2012) </small>
|
E.g.: $Series $Issue ($Year) = Animal Man 0 (2012) </small>
|
||||||
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
@ -504,9 +507,6 @@
|
||||||
</%def>
|
</%def>
|
||||||
|
|
||||||
<%def name="javascriptIncludes()">
|
<%def name="javascriptIncludes()">
|
||||||
<script>
|
|
||||||
$( document ).tooltip();
|
|
||||||
</script>
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
hideServerDivs = function () {
|
hideServerDivs = function () {
|
||||||
|
|
Loading…
Reference in a new issue