This website works better with JavaScript.
Home
Help
Sign In
ben
/
copyvios
mirror of
https://github.com/earwig/copyvios
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Only display "bypass cache" option if the result was actually cached.
pull/24/head
Ben Kurtovic
12 years ago
parent
bcb1756510
commit
969badc4a3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/copyvios.mako
+ 1
- 1
pages/copyvios.mako
View File
@@ -366,7 +366,7 @@
<td><input type="text" name="url" size="120" /></td>
% endif
</tr>
% if query.get("nocache") or
page
:
% if query.get("nocache") or
(result and result.cached)
:
<tr>
<td>Bypass cache:</td>
% if query.get("nocache"):
Write
Preview
Loading…
Cancel
Save