12 lines
253 B
Smarty
12 lines
253 B
Smarty
|
<script>
|
||
|
requirejs.config({
|
||
|
config: {
|
||
|
'uiForm': {
|
||
|
'action' : "<?=get_data('action')?>",
|
||
|
'module' : "<?=get_data('module')?>",
|
||
|
'extension' : "<?=get_data('extension')?>"
|
||
|
}
|
||
|
}
|
||
|
});
|
||
|
</script>
|