src/www/include/unicode.php -text
src/www/include/user_profile.php -text
src/www/js/common.js -text
+src/www/js/jquery-common.js -text
src/www/js/sortable.js -text
-src/www/js/tooltips.js -text
src/www/my/dashboard.php -text
src/www/pm/csv.php -text
src/www/pm/format_csv.php -text
function html_use_tooltips() {
html_use_jquery();
use_javascript('/scripts/jquery-tipsy/src/javascripts/jquery.tipsy.js');
- use_javascript('/js/tooltips.js');
+ use_javascript('/js/jquery-common.js');
use_stylesheet('/scripts/jquery-tipsy/src/stylesheets/tipsy.css');
}