[00:33:56] okay [00:34:00] i got my file to load [00:34:18] at first pageload, the console still says initscene is not defined [00:35:14] but after using mw.loader.load('ext.STLviewer') and then initscene("//127.0.0.1:8080/images/4/42/Porsche.stl") the file loads [00:35:28] so, why doesnt my module load on page load [00:35:54] mw.,loader.getstate says at first pageload that the module is registered(so, not "ready") [00:36:39] as always, using $out->addModules('ext.STLviewer'); to load the module [07:55:45] [[Tech]]; ArchiverBot; Bot: Archiving 1 thread (older than 30 days) to [[Tech/Archives/2016]].; https://meta.wikimedia.org/w/index.php?diff=15485894&oldid=15480350&rcid=7588999 [11:18:25] so $out->addModules('..') doesnt load the module (state is registered) but typing mw.loader.load('...') loads and the state becomes ready [11:18:35] what is up with that [15:25:30] what's happening in the beta cluster? [15:25:44] beta is down [15:26:00] it's not for me. [15:26:16] yes, now! [15:26:24] but 1 second ago [15:27:12] It's a test environment [15:49:40] off topic: can anyone help me with a div container problem: http://de.wikipedia.beta.wmflabs.org/wiki/Wikipedia:FilmFrauen/Menue [15:49:54] ? [15:51:17] how can I place the right four div containers into the vertical middle of the main div container? [15:52:16] MGC_: can you help please? [15:54:41] doctaxon: vertically centering things is stupid difficult. https://css-tricks.com/centering-css-complete-guide/ [15:58:11] does somebody have any idea, why the module wont load with $out->AddModules(...) script, but can b e later loaded via console using mw.loader.load [23:15:00] again, why doesnt out->addModule('ext.Module') load, but when i insert mw.loader.load('extModule') after page loads into the console, the module loads fine [23:16:38] Harri: can you upload your code somewhere?