• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisão50a2610d69d2673c2ed60c8e42c137b1eb9a5659 (tree)
Hora2020-01-30 06:45:27
AutorCapsia Tech <cmsuser3754@zoho...>
CommiterCapsia Tech

Mensagem de Log

New files

Mudança Sumário

Diff

diff -r bfae92579ca8 -r 50a2610d69d2 img/background.png
Binary file img/background.png has changed
diff -r bfae92579ca8 -r 50a2610d69d2 js/dataloader.js
--- a/js/dataloader.js Wed Jan 29 22:44:24 2020 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
1-window.onload = setSizes;
2-function setSizes() {
3- function sizing() {
4- var height = window.innerHeight,
5- width = window.innerWidth,
6- svg_block = document.getElementById("svg");
7- svg_block.style.width = width + "px";
8- svg_block.style.height = height + "px";
9- }
10- sizing();
11- res = initSVG();
12- function runRes() {
13- res(window.innerWidth, window.innerHeight);
14- sizing();
15- }
16- $(window).resize(runRes);
17-}