RSS Feed/News Turning all javascript to non minified for debuging

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
28,769
Points
823

Reputation:

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 done the video tutorial)

One of the things that is annoying me is in the Admin page, when you refine a search, if you drag your mouse...

Read more

Continue reading...
 
Status
Not open for further replies.
Top