XFdestek
Kurucu Üye
So, other than going around every template and converting
Code:
to
Code:
Is there an easy way to do this? I want to debug all the core js
I want to start creating add-ons (some for my own sanity), and I want to play around with the core script in order to figure out what everything does (I've completed the 17 "new" video tutorials by Kier)
One of the things that is annoying me is in the Admin page, when you refine a search...
Code:
<xf:js src="xf/admin.js" min="1" />
to
Code:
<xf:js src="xf/admin.js" />
Is there an easy way to do this? I want to debug all the core js
I want to start creating add-ons (some for my own sanity), and I want to play around with the core script in order to figure out what everything does (I've completed the 17 "new" video tutorials by Kier)
One of the things that is annoying me is in the Admin page, when you refine a search...