from */bootstrap-3.3.2/* to */bootstrap/*
from /js/jquery-2.1.3.min.js to /include/jquery/jquery.min.js
from /jquery-ui/js/jquery-1.4.2.min.js to /jquery/jquery-1.4.2.min.js
from /jquery-ui/js/jquery-ui-1.8.2.custom.min.js to /jquery-ui/jquery-ui.min.js
from /jquery-ui/css/smoothness/jquery-ui-1.8.2.custom.css to /jquery-ui/jquery-ui.min.css
switch from /font-awesome-4.3.0/ folder to /font-awesome/ , updated links from */font-awesome-4.3.0/* to */font-awesome/*
!!! files with childnap.js require jquery-1.4.2 -> need to check if jquery-2.1.4 will work instead of jquery-1.4.2 !!!
Features: added diff time to default zone, current time in zone list (converted to usertimezone ) , timezone selector filtered by continent to have shorter options list
*to change continent filter edit row 99 (WHERE `Name` LIKE 'Europe%' OR `Name` LIKE 'Asia%')
- > substitute "Europe" &/or "Asia" with required continent names (as in timezones list)
to filter by single continent delete // OR `Name` LIKE 'Asia% //
to remove row, don't gorget to keep // "; // at thend of that querry