//////////////////////////////////////////////////////////////////////////////// // // // Copyright (C) 2016 Phorum Development Team // // http://www.phorum.org // // // // This program is free software. You can redistribute it and/or modify // // it under the terms of either the current Phorum License (viewable at // // phorum.org) or the Phorum License that was distributed with this file // // // // This program is distributed in the hope that it will be useful, // // but WITHOUT ANY WARRANTY, without even the implied warranty of // // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // // // // You should have received a copy of the Phorum License // // along with this program. // // // //////////////////////////////////////////////////////////////////////////////// /** * A non-conflicting jQuery library for use by Phorum. This way, our jQuery * library will not conflict with existing javascript libraries (e.g. when * Phorum is embedded in another application that uses a javascript library * or when a module is loaded that also loads a library of its own). * * @var jQuery */ var $PJ = jQuery.noConflict();