Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #19 from cdowdy/serve_from_cache
Browse files Browse the repository at this point in the history
Fix for #17
  • Loading branch information
cdowdy authored Jan 13, 2017
2 parents 4501e1a + e2dfa5d commit a12e1aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/betterthumbs.files.html.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set jsUpdate = '6838d939' %}
{% set jsUpdate = 'c8048421' %}
<!doctype html>
<html lang="{{ htmllang() }}">
<head>
Expand Down
6 changes: 4 additions & 2 deletions templates/betterthumbs.prime.html.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set jsUpdate = '6838d939' %}
{% set jsUpdate = 'c8048421' %}
<!doctype html>
<html lang="{{ htmllang() }}">
<head>
Expand All @@ -15,7 +15,6 @@

<script src="/extensions/vendor/cdowdy/betterthumbs/js/jquery.magnific-popup.min.js"></script>
<script src="/extensions/vendor/cdowdy/betterthumbs/js/betterthumbs.{{ jsUpdate }}.min.js"></script>

</head>
<body class="">
<header class="ext-docs-masthead ext-docs-header-container ">
Expand Down Expand Up @@ -130,6 +129,9 @@
class="prime-cache-single-input"
placeholder="Single Image Config Name">
</label>
<p class="prime-single-error" hidden>
<strong>Enter A Config Name Before Submitting</strong>
</p>
<p id="helptext-single-{{ key.filename }}-{{ loop.index }}" class="help-text">
Enter the single config name you wish to use
</p>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a12e1aa

Please sign in to comment.