[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 02/02: remove debug and set version
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 02/02: remove debug and set version |
Date: |
Sun, 01 Nov 2015 18:05:31 +0000 |
sparkyx pushed a commit to branch master
in repository noalyss.
commit bcc234a07577ddab7b143e79e4edd6ae33c96fde
Author: Dany De Bontridder <address@hidden>
Date: Sun Nov 1 18:58:37 2015 +0100
remove debug and set version
---
html/do.php | 1 -
include/constant.php | 2 +-
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/html/do.php b/html/do.php
index 5b0dcab..87cda58 100644
--- a/html/do.php
+++ b/html/do.php
@@ -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
diff --git a/include/constant.php b/include/constant.php
index 04253ac..7635d3f 100644
--- a/include/constant.php
+++ b/include/constant.php
@@ -83,7 +83,7 @@ define ('BUTTONADD',"✚");
-define ('SVNINFO',6900);
+define ('SVNINFO',6910);
if ( ! defined ('DEBUG')) {
define ("DEBUG",false);
}