I think you can do that by adding a line to skin's manifest.xml file like below:
Quote:
<advanced>
<script>
<file>../_base/base2/ZmSkin.js</file>
<file>(your javascript file name)</file>
</script>
</advanced>
|
* This is the case where you put your javascript file into the same directory as manifest.xml file's directory. If you put that into other directory, you have to add path info also like the line for ZmSkin.
js above.
Please try this. And let me know how it goes.