mirror of
https://github.com/0x1d/esp8266-laser.git
synced 2025-12-17 02:46:39 +01:00
more styling
This commit is contained in:
@@ -163,11 +163,10 @@ var $ = function(selector){
|
||||
}
|
||||
};Sui.ready(() => {
|
||||
let debugResponse = (data) => {
|
||||
$('#response').html(data);
|
||||
document.querySelector('#response').html(data);
|
||||
};
|
||||
Sui.select('.collapsible').forEach((container) => {
|
||||
container.querySelector('.heading').addEventListener('click', (item) => {
|
||||
console.log(container);
|
||||
container.classList.toggle('open');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user