summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/js/customrecipe.js
diff options
context:
space:
mode:
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);