From: <var...@us...> - 2015-06-29 09:50:10
|
Revision: 9700 http://sourceforge.net/p/phpwiki/code/9700 Author: vargenau Date: 2015-06-29 09:50:07 +0000 (Mon, 29 Jun 2015) Log Message: ----------- Update jquery to 1.11.3 Modified Paths: -------------- trunk/lib/WikiTheme.php Modified: trunk/lib/WikiTheme.php =================================================================== --- trunk/lib/WikiTheme.php 2015-06-29 09:49:03 UTC (rev 9699) +++ trunk/lib/WikiTheme.php 2015-06-29 09:50:07 UTC (rev 9700) @@ -259,7 +259,7 @@ $this->addMoreHeaders(JavaScript('', array('src' => $this->_findData("wikicommon.js")))); if (!(defined('FUSIONFORGE') && FUSIONFORGE)) { // FusionForge already loads this - $this->addMoreHeaders(JavaScript('', array('src' => $this->_findData("jquery-1.11.2.min.js")))); + $this->addMoreHeaders(JavaScript('', array('src' => $this->_findData("jquery-1.11.3.min.js")))); $this->addMoreHeaders(JavaScript('', array('src' => $this->_findData("jquery.tablesorter.min.js")))); } // by pixels This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |