Hi, I need to include a new js-file just like the "menu-min.js" file, in this file is where load the jquery from tools menu... something know how I can add a new js??
thnx..
Those files are all batched up by references, but there's nothing stopping you from putting your own file in there and then adding a reference to it from your Custom HTML page in the Admin console like this:
<script src="/confluence/includes/js/my_new_js_file.js"></script>
Those files are all batched up by references, but there's nothing stopping you from putting your own file in there and then adding a reference to it from your Custom HTML page in the Admin console like this:
<script src="/confluence/includes/js/my_new_js_file.js"></script>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In your Confluence install, you would typically add JS files to the following location:
\confluence\includes\js
This is where the menu-min.js file resides. You will need access to the server.
hth,
matt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yep, but those js files are loaded in another place... I think is in batch.js where the js libraries are loaded... I don't understand it...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.