diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/base.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/base.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index 5d51bc3c95..7fee26eb42 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html | |||
| @@ -33,12 +33,10 @@ | |||
| 33 | htmlUrl : "{% static 'html/' %}", | 33 | htmlUrl : "{% static 'html/' %}", |
| 34 | projectsUrl : "{% url 'all-projects' %}", | 34 | projectsUrl : "{% url 'all-projects' %}", |
| 35 | {% if project.id %} | 35 | {% if project.id %} |
| 36 | xhrProjectDataTypeaheadUrl : "{% url 'xhr_datatypeahead' project.id %}", | ||
| 37 | projectPageUrl : "{% url 'project' project.id %}", | 36 | projectPageUrl : "{% url 'project' project.id %}", |
| 38 | projectName : "{{project.name}}", | 37 | projectName : "{{project.name}}", |
| 39 | projectId : {{project.id}}, | 38 | projectId : {{project.id}}, |
| 40 | {% else %} | 39 | {% else %} |
| 41 | xhrProjectDataTypeaheadUrl : undefined, | ||
| 42 | projectPageUrl : undefined, | 40 | projectPageUrl : undefined, |
| 43 | projectName : undefined, | 41 | projectName : undefined, |
| 44 | projectId : undefined, | 42 | projectId : undefined, |
