[03:46:43] http://dpaste.com/1HZ4Z30.txt in special:mypage/common.js produces a table that's not sortable, presumably whatever script that makes tables sortable runs before my script? how to work around that? [03:46:54] asked at #mediawiki but it's dead silence... [03:48:36] And is there a unique article identifier, which is available in a gadget, which does not change when a page is moved? Checked https://www.mediawiki.org/wiki/Manual:Interface/JavaScript but don't see any. [03:51:08] mw.config.get('wgArticleID') stays constant after moves i think (but not delete) [03:52:30] For sortable, i dont really know, but there's probably something in mw.hooks you need to fire [03:57:59] hi bawolff [03:58:20] does wgArticleId also not change when a page is edited? [03:59:04] Sveta: Yes. It is equivalent to page_id field of page table of db [03:59:33] delete followed by undelete is the main thing that changes it [03:59:41] ok [04:00:11] thanks, I think that works nicely [04:00:16] its also the same as the ?curid= url parameter [04:04:14] :-)