fixed issue with being able to add a part to an empty location #12
Merged
marek
merged 1 commits from fix-empty-location
into master
2 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'fix-empty-location'
Deleting a branch is permanent. It CANNOT be undone. Continue?
2d412372b1
into master 2 years agofunction save(partID) {
if (!$('#location-dropdown').val()) {
if (!$('#location-dropdown').val() || ('#location-dropdown').val()== -1 ) {
You absolute twat, you forgot the $ before the identifier, therefore the entire system is now broken! You should be ashamed of your self Marek!
-Marek.
2d412372b1
.