mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-17 11:43:23 +00:00
Initial prettify
This commit is contained in:
+13
-19
@@ -1,23 +1,17 @@
|
||||
document.onclick = function(e){
|
||||
window.closePopovers();
|
||||
}
|
||||
document.onclick = function (e) {
|
||||
window.closePopovers();
|
||||
};
|
||||
|
||||
window.init();
|
||||
|
||||
document.getElementById('search-button').onclick = function (e) {
|
||||
window.searchAll();
|
||||
};
|
||||
document.getElementById('add-device-button').onclick = function (e) {
|
||||
//e.stopPropagation();
|
||||
//document.getElementById("add-device-popover").style.display = "block";
|
||||
};
|
||||
|
||||
document.getElementById("search-button").onclick = function(e){
|
||||
window.searchAll();
|
||||
}
|
||||
document.getElementById("add-device-button").onclick = function(e){
|
||||
//e.stopPropagation();
|
||||
//document.getElementById("add-device-popover").style.display = "block";
|
||||
}
|
||||
|
||||
|
||||
|
||||
window.closePopovers = function(){
|
||||
//document.getElementById("add-device-popover").style.display = "none";
|
||||
}
|
||||
|
||||
|
||||
|
||||
window.closePopovers = function () {
|
||||
//document.getElementById("add-device-popover").style.display = "none";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user