I have an app which uses CI and Grocery Crud. I have a php file called javascript_funcs_extension_loaded.php. In it I have:
<script language="javascript">
//$this->load->view('javascript_funcs_extensionloaded.js');
<script src="<?= base_url();?>js/javascript_funcs_extensionloaded.js" /></script>
<!--
I had hope that this would load the js file. I am using Chrome Devtools and have put a breakpoint in javascript_funcs_extentionionloaded.js. But it never gets fired. What am I doing wrong? I am using Grocery Crud extensvely. Is theere an esier way to call the js file using some GC function?