ozan.mora March 25, 2019 / 00:00
Hello there,

I am using Multi-Purpose HTML template on my microweber system. This template executes all of the javascript operations on a single file (function.js). I'm having trouble editing when I'm editing a element with javascript in the live editing system.

How do I make this javascript file reload when a change is made during live editing?

Thanks & Best Regards


Comments for How can I reload my function.js file on footer?

Peter Ivanov   2019-03-25 14:47:33
hi, you can do it with

mw.on('saveEnd', function(){
// your code here
})
You have to log in or register to post a comment: