Closed uppusaikiran closed 8 years ago
@uppusaikiran Thanks for the PR! can you see and explain why there is no css for popup as it was there earlier and if there are any other major changes, please highlight it below.
@uppusaikiran , Great work.. Much appreciated! I found this bug,
couldn't include calc.js ( change of path required )
Thanks @rahulkapoor90 and @hvarday for your response.
When modifying the file structure in a customized manner took some time as it has lot of referencing and files.Initially i have moved assets like images and css files seperately.Later i started working on scripts.This resulted in some bugs and majority of which are rectified previously.
The path of calc.js file in the web accesable resources is changed.
The href value points to invalid loacation and now fixed.And now popup has css.
@uppusaikiran okay, i accepted your pull request.
@rahulkapoor90 Thanks for accepting the pull request.
No problem, keep on working on your other TODO items i will accept those too if they are good enough.
Introduction
Instead of putting all the style sheets and scripts files in the root folder,it is better to move each file to separate folder which helps developers able to understand what really the functionality of each module.
Things Done
Things yet to do
Move files to corresponding folders.Remove bugs introduced due to moving files.