Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated bower to support multiple versions of packages #143

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openemr",
"homepage": "http://open-emr.dev",
"homepage": "http://www.open-emr.org",
"authors": [
"OpenEMR"
],
Expand All @@ -15,6 +15,6 @@
"tests"
],
"dependencies": {
"font-awesome": "^4.6.3"
"font-awesome-4-6-3": "font-awesome#4.6.3"
}
}
2 changes: 1 addition & 1 deletion interface/main/left_nav.php
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ function genFindBlock() {
<title>Navigation</title>

<link rel="stylesheet" href="<?php echo $css_header;?>" type="text/css">
<link rel="stylesheet" href="<?php echo $GLOBALS['assets_static_relative'];?>/font-awesome/css/font-awesome.css" type="text/css">
<link rel="stylesheet" href="<?php echo $GLOBALS['assets_static_relative'];?>/font-awesome-4-6-3/css/font-awesome.css" type="text/css">
<style type="text/css">
body {
font-size:8pt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"commit": "0f618911b105195c931ec5d5bef425a2a2806cab"
},
"_source": "https://github.com/FortAwesome/Font-Awesome.git",
"_target": "^4.6.3",
"_target": "4.6.3",
"_originalSource": "font-awesome"
}