T

Turning all javascript to non minified for debuging

  • Thread starter Thread starter tenants
  • Start date Start date

Visitor Greeting

Welcome to NullWarehouse.com... We are currently seeking Mod's and Contributors. If you wish to apply for a Mod position then please click on Members dropdown arrow, then click on Staff App and fill it out completely and submit it. If you want to be a Contributor then start contributing and we will have our eye on you and take notice, something great could come of it.

  • We have redone the forum. If you notice any issues or errors please open a Support Ticket under the Members dropdown and let us know.
T

tenants

Guest

So, other than going around every template and converting
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...

Read more

Continue reading...
 
Similar content Most view View more
Back
Top Bottom