mirror of
https://github.com/neocities/neocities.git
synced 2025-05-14 08:27:19 +02:00
no browser cache for dashboard and text editor
This commit is contained in:
parent
b15f1aab1d
commit
4d223e356e
4 changed files with 13 additions and 0 deletions
|
@ -112,3 +112,7 @@ def plan_pricing_button(plan_type)
|
|||
%{<a data-plan_name="#{Site::PLAN_FEATURES[plan_type.to_sym][:name]}" data-plan_type="#{plan_type}" data-plan_price="#{plan_price}" onclick="card = new Skeuocard($('#skeuocard')); return false" class="btn-Action planPricingButton">#{button_title}</a>}
|
||||
end
|
||||
end
|
||||
|
||||
def dont_browser_cache
|
||||
@dont_browser_cache = true
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue