DmitrMakeev
commited on
Commit
•
1123a94
1
Parent(s):
41b6a0e
Update biz_v.html
Browse files- biz_v.html +2 -1
biz_v.html
CHANGED
@@ -78,6 +78,7 @@
|
|
78 |
document.getElementById('responseArea').value = 'Error: ' + error.message;
|
79 |
});
|
80 |
});
|
|
|
81 |
function createDropdown(data) {
|
82 |
const container = document.getElementById('dropdown-container');
|
83 |
const select = document.createElement('select');
|
@@ -110,4 +111,4 @@
|
|
110 |
}
|
111 |
</script>
|
112 |
</body>
|
113 |
-
</html>
|
|
|
78 |
document.getElementById('responseArea').value = 'Error: ' + error.message;
|
79 |
});
|
80 |
});
|
81 |
+
|
82 |
function createDropdown(data) {
|
83 |
const container = document.getElementById('dropdown-container');
|
84 |
const select = document.createElement('select');
|
|
|
111 |
}
|
112 |
</script>
|
113 |
</body>
|
114 |
+
</html>
|