pppad/pppad-skin/index.js
gauthiier 76b5b575fc skin
2021-12-02 20:44:00 +01:00

8 lines
212 B
JavaScript

'use strict';
window.customStart = () => {
// define your javascript here
// jquery is available - except index.js
// you can load extra scripts with $.getScript http://api.jquery.com/jQuery.getScript/
};