We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83f93d2 + 513e6e1 commit 908e0b5Copy full SHA for 908e0b5
1 file changed
includes/admin/class-wp-job-manager-settings.php
@@ -444,6 +444,13 @@ public function output() {
444
</form>
445
</div>
446
<script type="text/javascript">
447
+ jQuery('.nav-internal').click(function (e) {
448
+ e.preventDefault();
449
+ jQuery('.nav-tab-wrapper a[href="' + jQuery(this).attr('href') + '"]').click();
450
+
451
+ return false;
452
+ });
453
454
jQuery('.nav-tab-wrapper a').click(function() {
455
if ( '#' !== jQuery(this).attr( 'href' ).substr( 0, 1 ) ) {
456
return false;
0 commit comments