Forum

'Register' and 'Del...
 
Notifications
Clear all

'Register' and 'Delete user' buttons not working after adding user

5 Posts
3 Users
0 Reactions
27 Views
Posts: 1177
Admin
(@stevland)
Member
Joined: 2 months ago

Hmmm that sounds really odd. Is it still an issue for you?

If yes, please try one of the following 2 options to see if it resolves the issue:

1) Replace /scp/js/scp.js with this file 

OR

2) Open /scp/js/scp.js in a text editor and comment out lines 1056 - 1073 so it looks like this:

// Enable PJAX for the staff interface - breaks osta
// if ($.support.pjax) {
// $(document).on('click', 'a', function(event) {
// var $this = $(this);
// if (!$this.hasClass('no-pjax')
// && !$this.closest('.no-pjax').length
// && $this.attr('href').charAt(0) != '#')
// $.pjax.click(event, {container: $this.data('pjaxContainer') || $('#pjax-container'), timeout: 2000});
// })
// }
//
// $(document).on('click', '.link:not(a):not(.button)', function(event) {
// var $e = $(event.currentTarget);
// $('').attr({href: $e.attr('href'), 'class': $e.attr('class')})
// .hide()
// .insertBefore($e)
// .get(0).click(event);
// });

 


Reply
Page 2 / 2
Share: