remove debug and set version
This commit is contained in:
parent
2984e8fe02
commit
bcc234a075
2 changed files with 1 additions and 2 deletions
|
|
@ -105,7 +105,6 @@ if ( DEBUG ) {
|
|||
<script>
|
||||
function show_debug_request() {
|
||||
var visible=document.getElementById('debug_div').style.display;
|
||||
console.log(visible);
|
||||
var new_state="";
|
||||
if ( visible == 'block') { new_state='none';}
|
||||
else
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ define ('BUTTONADD',"✚");
|
|||
|
||||
|
||||
|
||||
define ('SVNINFO',6900);
|
||||
define ('SVNINFO',6910);
|
||||
if ( ! defined ('DEBUG')) {
|
||||
define ("DEBUG",false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue