skip to Main Content

Javascript – JS var with multiple values

Something I can't understand : I got a function opening the same page <div id="page"> but with different contents depending the clicked button in menu: <nav> <button onclick="openPage(1)">PAGE 1</button> <button onclick="openPage(2)">PAGE 2</button> <button onclick="openPage(3)">PAGE 3</button> </nav> Then the function: function…

VIEW QUESTION

Fatal exception of Type MWException – Plesk

Hi i get this code in the beginning: [cc6ebde4] /kyrxa/index.php Exception from line 3279 of /var/www/mywiki/includes/GlobalFunctions.php: MediaWiki 1.24wmf6 required--this is only 1.23.0 And this at the end: #0 /var/www/mywiki/extensions/VisualEditor/VisualEditor.hooks.php(23): wfUseMW(string) #1 [internal function]: VisualEditorHooks::onSetup() #2 /var/www/mywiki/includes/Setup.php(601): call_user_func(string) #3 /var/www/mywiki/includes/WebStart.php(156): require_once(string)…

VIEW QUESTION
Back To Top
Search