Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
MediaWiki:Common.js
(view source)
Revision as of 22:36, 4 April 2025
6 bytes removed
,
1 year ago
m
no edit summary
Line 521:
Line 521:
var lua_memory_usage = Math.round(100 * +lua_memory[1] / +lua_memory[2]);
var lua_memory_usage = Math.round(100 * +lua_memory[1] / +lua_memory[2]);
var style = 'margin-top:5px;margin-bottom:5px;margin-left:auto;margin-right:auto;padding:5px;width:50%;text-align:center';
var style = 'margin-top:5px;margin-bottom:5px;margin-left:auto;margin-right:auto;padding:5px;width:50%;text-align:center';
−
$('#content').prepend('<div
class
="red-report"></div>');
+
$('#content').prepend('<div
id
="red-report"></div>');
−
$('#content').after('<div
class
="green-report" style="margin-left:168px"></div>');
+
$('#content').after('<div
id
="green-report" style="margin-left:168px"></div>');
if (lua_time_usage >= 90) {
if (lua_time_usage >= 90) {
$('#red-report').prepend('<pre style="color:red;' + style + '">Lua time: ' + lua_time_usage + '%</pre>');
$('#red-report').prepend('<pre style="color:red;' + style + '">Lua time: ' + lua_time_usage + '%</pre>');
がか
cssedit, gkautomate,
Interface administrators
,
Widget editors
7,212
edits