Commit 89a8cee4 authored by nextime's avatar nextime

Added firebug lite

parent 489d786b
......@@ -47,7 +47,7 @@ foreach($panels as $panel) {
//$buttonar_right=getPanelButtons($_DOMOTIKA['username'], "*","*","_grandstream_right", "dmdomain","true",7);
//print_r($buttonar_left);
?>
<html>
<html debug="true">
<head>
<title>Domotika GMI Interface</title>
<link rel="stylesheet" href="/resources/pure/pure-nr-min.css">
......@@ -58,6 +58,7 @@ foreach($panels as $panel) {
<script src="/resources/js/sockjs-0.3.min.js" ></script>
<script src="/resources/js/ajaxsocket.js" ></script>
-->
<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script>
<script src="/resources/js/jquery-1.9.0.min.js"></script>
<script src="/resources/EventSource/eventsource.js"></script>
<script language="javascript" src="simpleGMI.js"></script>
......
......@@ -11,7 +11,7 @@ $button_switchar=array(
IKAP_CTX_MOTOR
);
?>
<?=$aaa;//print_r($button['inputs']);?>
<?//print_r($button['inputs']);?>
<div class="devlist-item">
<div class="devlist-row">
<div class="devlist-leftpart">
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment