加了一些注释,代码上的调整,方便阅读代码者,也方便维护升级
深更半夜,没睡着起来搞事情
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
var createhtml = function (jsoncontent) {
|
||||
var classmap = jsoncontent.types;
|
||||
var html = [];
|
||||
html.push('<div style="width:' + Math.floor(window.screen.width * 0.9) + 'px;margin:0 auto;text-align: center;">');
|
||||
html.push('<div style="width:' + Math.floor(window.screen.width * 0.7) + 'px;margin:0 auto;text-align: center;">');
|
||||
html.push('<br/><br/><table class="table" align="center">');
|
||||
for (var i = 0; i < jsoncontent.servers.length; i++) {
|
||||
var servlets = jsoncontent.servers[i].servlets;
|
||||
|
238
conf/redbbs.sql
238
conf/redbbs.sql
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user