diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/js/projectpage.js')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/static/js/projectpage.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/projectpage.js b/bitbake/lib/toaster/toastergui/static/js/projectpage.js index b7cb074f11..b82f7408e7 100644 --- a/bitbake/lib/toaster/toastergui/static/js/projectpage.js +++ b/bitbake/lib/toaster/toastergui/static/js/projectpage.js | |||
| @@ -98,7 +98,7 @@ function projectPageInit(ctx) { | |||
| 98 | 98 | ||
| 99 | /* Add/Rm layer functionality */ | 99 | /* Add/Rm layer functionality */ |
| 100 | 100 | ||
| 101 | libtoaster.makeTypeahead(layerAddInput, libtoaster.ctx.projectLayersUrl, { include_added: "false" }, function(item){ | 101 | libtoaster.makeTypeahead(layerAddInput, libtoaster.ctx.layersTypeAheadUrl, { include_added: "false" }, function(item){ |
| 102 | currentLayerAddSelection = item; | 102 | currentLayerAddSelection = item; |
| 103 | layerAddBtn.removeAttr("disabled"); | 103 | layerAddBtn.removeAttr("disabled"); |
| 104 | }); | 104 | }); |
| @@ -251,7 +251,7 @@ function projectPageInit(ctx) { | |||
| 251 | machineNameTitle.text(machineName); | 251 | machineNameTitle.text(machineName); |
| 252 | } | 252 | } |
| 253 | 253 | ||
| 254 | libtoaster.makeTypeahead(machineChangeInput, libtoaster.ctx.projectMachinesUrl, { }, function(item){ | 254 | libtoaster.makeTypeahead(machineChangeInput, libtoaster.ctx.machinesTypeAheadUrl, { }, function(item){ |
| 255 | currentMachineAddSelection = item; | 255 | currentMachineAddSelection = item; |
| 256 | machineChangeBtn.removeAttr("disabled"); | 256 | machineChangeBtn.removeAttr("disabled"); |
| 257 | }); | 257 | }); |
