Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
I need to add some additional functionality for 'Group', for this I need to add some client side code related to group. For I need add some code to "./public/src/groups/details.js" file.
Can I Override details.js file in my plugin ?
Thanks!!
@akumbhare Best bet is to have a client-side file loaded that listens for the action:ajaxify.end hook.
action:ajaxify.end
$(window).on('action:ajaxify.end', function(ev, data) { var url = data.url; });