Skip to content

Commit

Permalink
Fix issue 03896: Evaluation of migrating to jQuery progressbar
Browse files Browse the repository at this point in the history
Dev Clean up link tags (jquery-ui.css and lime-progress.css) 



git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8135 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Tony Partner committed Dec 10, 2009
1 parent 504cb2c commit 48cac12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.php
Expand Up @@ -3956,8 +3956,8 @@ function getHeader()
. $css_header
. "<script type=\"text/javascript\" src=\"".$rooturl."/scripts/jquery/jquery.js\"></script>\n"
. "<script type=\"text/javascript\" src=\"".$rooturl."/scripts/jquery/jquery-ui.js\"></script>\n"
. "<link href=\"http://www.partnersinc.biz/limeSurveyTest/scripts/jquery/css/start/jquery-ui.css\" media=\"all\" type=\"text/css\" rel=\"stylesheet\" />"
. "<link href=\"http://www.partnersinc.biz/limeSurveyTest/scripts/jquery/css/start/lime-progress.css\" media=\"all\" type=\"text/css\" rel=\"stylesheet\" />"
. "<link href=\"".$rooturl."/scripts/jquery/css/start/jquery-ui.css\" media=\"all\" type=\"text/css\" rel=\"stylesheet\" />"
. "<link href=\"".$rooturl."/scripts/jquery/css/start/lime-progress.css\" media=\"all\" type=\"text/css\" rel=\"stylesheet\" />"
. $js_header;

return $header;
Expand Down

0 comments on commit 48cac12

Please sign in to comment.