Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Commit 22c0f38

Browse files
authored
Merge pull request #91 from TrueXPixels/glitch
Hotfix: Removed some logging
2 parents 634f8ca + b423c72 commit 22c0f38

6 files changed

Lines changed: 19 additions & 3 deletions

File tree

json.sqlite

0 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@
6363
"test": "echo \"Error: no test specified\" && exit 1",
6464
"start": "node server.js"
6565
},
66-
"version": "6.1.0"
66+
"version": "6.1.1"
6767
}

server.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,9 @@ economy.set(`userBalance_258622912095846400`, 2000);
2424
guilds.set(`guildName_343572980351107077`, 'Plexi Development');
2525
guilds.set(`guildName_316720611453829121`, 'Nitro');
2626
guilds.set(`guildName_417723229721853963`, 'Guilds List');
27-
guilds.set(`guildName_425820587252908037`, 'Another Test Server');
27+
guilds.set(`guildName_425820587252908037`, 'Another Test Server');
28+
29+
db.set(`generalInfo`, { name: 'TrueXPixels', discrim: '#0001' });
30+
db.set(`restartCount`, 25);
31+
db.set(`cmdCount`, 5);
32+
db.set(`authorID`, '144645791145918464');

src/webviewer/createWebview.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ module.exports = function(password, port, suburl) {
8484
}, db).then(i => {
8585
tables(db).then(o => {
8686
i.unshift(o);
87-
console.log(i)
8887
socket.emit('recievedData', i);
8988
db.close();
9089
});

src/webviewer/css/data.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,10 @@ li a:hover {
4040
font-size: 30px;
4141
background: #f6f6f6;
4242
cursor: pointer;
43+
}
44+
45+
tr a:hover {
46+
font-size: 30px;
47+
background: #f6f6f6;
48+
cursor: pointer;
4349
}

src/webviewer/css/index.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,10 @@ li a {
3939
li a:hover {
4040
font-size: 30px;
4141
background: #f6f6f6;
42+
}
43+
44+
tr a:hover {
45+
font-size: 30px;
46+
background: #f6f6f6;
47+
cursor: pointer;
4248
}

0 commit comments

Comments
 (0)