summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/js/customrecipe.js
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@linux.intel.com>2016-04-12 15:56:43 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-15 08:35:03 +0100
commit443f7b39158c891015a791814b9b1fe2324edc41 (patch)
tree3f570a138594273bc7498225e066b7f9a99bf0c5 /bitbake/lib/toaster/toastergui/static/js/customrecipe.js
parent79e0eb9e52e9b954aa3b6bc6dee15a75b5eb990c (diff)
downloadpoky-443f7b39158c891015a791814b9b1fe2324edc41.tar.gz
bitbake: toaster: Migrate project configuration from bootstrap 2 to bootstrap 3
Convert all the HTML templates, JS and CSS in the project parts of toaster to use bootstrap 3. (Bitbake rev: 69527a731eada699d3f604ff8f3ae9410981ba9b) Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com> Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/js/customrecipe.js')
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/customrecipe.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/customrecipe.js b/bitbake/lib/toaster/toastergui/static/js/customrecipe.js
index 1c0ef9e37d..505a81ce60 100644
--- a/bitbake/lib/toaster/toastergui/static/js/customrecipe.js
+++ b/bitbake/lib/toaster/toastergui/static/js/customrecipe.js
@@ -158,7 +158,7 @@ function customRecipePageInit(ctx) {
158 msg += " <strong>" + dep.name + "</strong>"; 158 msg += " <strong>" + dep.name + "</strong>";
159 159
160 /* Add any cells currently in view to the list of cells which get 160 /* Add any cells currently in view to the list of cells which get
161 * an inline notification inside them and which change add/rm state 161 * an list-inline notification inside them and which change add/rm state
162 */ 162 */
163 depBtnCell = $("#package-btn-cell-" + dep.pk); 163 depBtnCell = $("#package-btn-cell-" + dep.pk);
164 btnCell = btnCell.add(depBtnCell); 164 btnCell = btnCell.add(depBtnCell);
@@ -208,7 +208,7 @@ function customRecipePageInit(ctx) {
208 } 208 }
209 209
210 /* Add any cells currently in view to the list of cells which get 210 /* Add any cells currently in view to the list of cells which get
211 * an inline notification inside them and which change add/rm state 211 * an list-inline notification inside them and which change add/rm state
212 */ 212 */
213 depBtnCell = $("#package-btn-cell-" + dep.pk); 213 depBtnCell = $("#package-btn-cell-" + dep.pk);
214 btnCell = btnCell.add(depBtnCell); 214 btnCell = btnCell.add(depBtnCell);