Skip to content

Commit

Permalink
Item8295: IE fixes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/SkillsPlugin@5190 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
CrawfordCurrie authored and CrawfordCurrie committed Sep 30, 2009
1 parent c76872e commit 00e850d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/SkillsPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ sub _addHeads {
# FIXME: use the 'requires' parameter? for YUI?
Foswiki::Func::addToHEAD( 'SKILLSPLUGIN_JS', <<THIS);
<style type="text/css" media="all">
\@import url("$urlPath/style.css");
\@import url("$urlPath/style$src.css");
</style>
<script type="text/javascript" src="$yui/build/yahoo-dom-event/yahoo-dom-event.js"></script>
<script type="text/javascript" src="$yui/build/connection/connection-min.js">
Expand Down
1 change: 1 addition & 0 deletions lib/Foswiki/Plugins/SkillsPlugin/MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pub/System/SkillsPlugin/skills_screenshot_search.png 0644
pub/System/SkillsPlugin/skills_screenshot_thumb.png 0644
pub/System/SkillsPlugin/star.gif 0644
pub/System/SkillsPlugin/style.css 0644
pub/System/SkillsPlugin/style_src.css 0644
pub/System/SkillsPlugin/viewUserSkills.js 0644
templates/skills.tmpl 0644
templates/skillsbrowseview.tmpl 0644
Expand Down
File renamed without changes.

0 comments on commit 00e850d

Please sign in to comment.