# adminify/4.2.10/Inc/Modules/DisableComments/disable-comments-links.js

Adminify – White Label, Admin Menu Editor, Login Customizer, version 4.2.10. 11 lines.

- Page: https://pluginprobe.com/plugins/adminify/4.2.10/code/Inc/Modules/DisableComments/disable-comments-links.js
- Raw: https://pluginprobe.com/plugins/adminify/4.2.10/raw/Inc/Modules/DisableComments/disable-comments-links.js
- Modified: 2022-10-31T13:36:02+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/adminify/4.2.10/code/Inc/Modules/DisableComments/disable-comments-links.js#L10-L20`.

```javascript
(function($) {
	'use strict';
	$( document ).on(
		"click",
		".wp-adminify-author-link-to-data-uri",
		function() {
			window.open( $( this ).data( "adminify-comment-uri" ) );
		}
	);
})( jQuery );

```
