|
|
@ -37,9 +37,6 @@ See doc/COPYRIGHT.rdoc for more details. |
|
|
|
RB.constants = { |
|
|
|
RB.constants = { |
|
|
|
project_id: <%= @project.id %>, |
|
|
|
project_id: <%= @project.id %>, |
|
|
|
sprint_id: <%= @sprint ? @sprint.id : "null" %>, |
|
|
|
sprint_id: <%= @sprint ? @sprint.id : "null" %>, |
|
|
|
protect_against_forgery: <%= protect_against_forgery? ? "true" : "false" %>, |
|
|
|
|
|
|
|
request_forgery_protection_token: '<%= request_forgery_protection_token %>', |
|
|
|
|
|
|
|
form_authenticity_token: '<%= form_authenticity_token %>' |
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
RB.i18n = { |
|
|
|
RB.i18n = { |
|
|
|