JCSama / CodeIgniter-develbar

CodeIgniter Developer Toolbar is a third party library based on Profiler Library with additional functionality for debugging and optimisation, Database, Models, Helpers, Libraries, Views, Ajax...
MIT License
176 stars 57 forks source link

URL Erorr In JS Fixed #15

Closed varunsridharan closed 7 years ago

varunsridharan commented 7 years ago

I have created a js variable in views/ajax.php in the name of cidvl_siteurl to map the current site url. and called that url in ajax.js

JCSama commented 7 years ago

I see, is it working for you ?

2017-07-09 13:05 GMT+02:00 Varun Sridharan notifications@github.com:

I have created a js variable in views/ajax.php in the name of cidvl_siteurl to map the current site url. and called that url in ajax.js

You can view, comment on, or merge this pull request online at:

https://github.com/JCSama/CodeIgniter-develbar/pull/15 Commit Summary

  • Added Current Site Url to JS Variable (cidvl_siteurl)
  • Used JS Variable cidvl_siteurl to get current site url

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JCSama/CodeIgniter-develbar/pull/15, or mute the thread https://github.com/notifications/unsubscribe-auth/ACpU_XV1rhzMnKDAO5FFj9iKIrADeo-7ks5sMLPpgaJpZM4OSBzm .

varunsridharan commented 7 years ago

@JCSama

yes in my local

JCSama commented 7 years ago

Thank for your contribution @technofreaky