diff options
-rw-r--r-- | bitbake/lib/toaster/toastergui/static/js/main.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/main.js b/bitbake/lib/toaster/toastergui/static/js/main.js index 07aba3d86b..7f897d2a90 100644 --- a/bitbake/lib/toaster/toastergui/static/js/main.js +++ b/bitbake/lib/toaster/toastergui/static/js/main.js | |||
@@ -90,9 +90,6 @@ $(document).ready(function() { | |||
90 | }); | 90 | }); |
91 | }); | 91 | }); |
92 | 92 | ||
93 | }); | ||
94 | |||
95 | $(document).ready(function() { | ||
96 | //toggle the errors and warnings sections | 93 | //toggle the errors and warnings sections |
97 | $('.show-errors').click(function() { | 94 | $('.show-errors').click(function() { |
98 | $('#collapse-errors').addClass('in'); | 95 | $('#collapse-errors').addClass('in'); |
@@ -110,4 +107,5 @@ $(document).ready(function() { | |||
110 | if (location.href.search('#warnings') > -1) { | 107 | if (location.href.search('#warnings') > -1) { |
111 | $('#collapse-warnings').addClass('in'); | 108 | $('#collapse-warnings').addClass('in'); |
112 | } | 109 | } |
110 | |||
113 | }); | 111 | }); |