Renames per_page_javascript to per_page_code

This commit is contained in:
kikito
2015-12-22 16:21:37 +01:00
parent 963e33005b
commit 1df5bf582f
4 changed files with 5 additions and 7 deletions

View File

@@ -31,5 +31,5 @@ Setting.create(key: 'votes_for_proposal_success', value: '53726')
# Emails under the domain's subdomains will also be included
Setting.create(key: 'email_domain_for_officials', value: '')
# Javascript to be included at the top of every page (useful for tracking)
Setting.create(key: 'per_page_javascript', value: '')
# Code to be included at the top (header) of every page (useful for tracking)
Setting.create(key: 'per_page_code', value: '')