summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/builddashboard.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/builddashboard.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/builddashboard.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/builddashboard.html b/bitbake/lib/toaster/toastergui/templates/builddashboard.html
index 6cce7883ba..cc92af5c5a 100644
--- a/bitbake/lib/toaster/toastergui/templates/builddashboard.html
+++ b/bitbake/lib/toaster/toastergui/templates/builddashboard.html
@@ -186,4 +186,13 @@
186</div> 186</div>
187{% endif %} 187{% endif %}
188 188
189<script type="text/javascript">
190 $(document).ready(function() {
191 //show warnings section when requested from the previous page
192 if (location.href.search('#warnings') > -1) {
193 $('#collapse-warnings').addClass('in');
194 }
195 });
196</script>
197
189{% endblock %} 198{% endblock %}