Closed akhoury closed 10 years ago
but I can't even get this to work either :/
// paste in dev console, nothing happens when I navigate
// i got too lazy to debug but wanted to see if that's the right event
$('window').on('action:ajaxify.end', function(e){ console.log(e.type); });
@akhoury
$(window).on('action:ajaxify.end', function(e){ console.log(e.type); });
sorry I'm sleepy, above is corrected version zzzzz :+1:
/facepalm
there should be jail time for abusing find/replace, along with copy/paste. Thanks @psychobunny
but this still yet to be corrected for this plugin
What's going on, I swore I fixed this.
Edit: @akhoury The plugin works, last committed 14 days ago. The file you linked, I don't believe the plugin uses anymore, and can be safely deleted. Check lib/client.js
ah! sorry, i didn't test, i just lurked around your source. Thanks
according to this:
https://github.com/designcreateplay/NodeBB/blob/d61a75a5c2f7cc52f5e49cb86373ecb64bde84f3/NOTES.md#immediate-deprecation-notices
however, I can't find this
action:ajaxifying
anywhere in the code base anymore, it looks it has been replaced byaction:ajaxify.start
andaction:ajaxify.end
am I right?