minor changes
This commit is contained in:
parent
a854809247
commit
1b57b279fb
|
@ -1533,6 +1533,9 @@ function ui_require_javascript_file($name, $path='include/javascript/', $echo_ta
|
||||||
/**
|
/**
|
||||||
* Add a enteprise javascript file to the HTML head tag.
|
* Add a enteprise javascript file to the HTML head tag.
|
||||||
*
|
*
|
||||||
|
* * THIS FUNCTION COULD PRODUCE ISSUES WHILE INCLUDING JS FILES.
|
||||||
|
* * USE ui_require_javascript_file('file', ENTERPRISE_DIR.'/location') INSTEAD.
|
||||||
|
*
|
||||||
* To make a javascript file available just put it in <ENTERPRISE_DIR>/include/javascript. The
|
* To make a javascript file available just put it in <ENTERPRISE_DIR>/include/javascript. The
|
||||||
* file name should be like "name.js". The "name" would be the value
|
* file name should be like "name.js". The "name" would be the value
|
||||||
* needed to pass to this function.
|
* needed to pass to this function.
|
||||||
|
|
Loading…
Reference in New Issue