summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/js/importlayer.js
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/js/importlayer.js')
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/importlayer.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/importlayer.js b/bitbake/lib/toaster/toastergui/static/js/importlayer.js
index e782bda120..9d54286f4a 100644
--- a/bitbake/lib/toaster/toastergui/static/js/importlayer.js
+++ b/bitbake/lib/toaster/toastergui/static/js/importlayer.js
@@ -136,7 +136,6 @@ function importLayerPageInit (ctx) {
136 name: layerNameInput.val(), 136 name: layerNameInput.val(),
137 vcs_url: vcsURLInput.val(), 137 vcs_url: vcsURLInput.val(),
138 git_ref: gitRefInput.val(), 138 git_ref: gitRefInput.val(),
139 summary: $("#layer-summary").val(),
140 dir_path: $("#layer-subdir").val(), 139 dir_path: $("#layer-subdir").val(),
141 project_id: ctx.projectId, 140 project_id: ctx.projectId,
142 layer_deps: layerDepsCsv, 141 layer_deps: layerDepsCsv,