From da07f770fa1af443bba6bfd6d3f69b690ea54af5 Mon Sep 17 00:00:00 2001 From: Peter Rotich <peter@osticket.com> Date: Thu, 11 Oct 2012 00:45:19 -0400 Subject: [PATCH] Rename jquery dropdown files Change header to match the new names --- include/staff/header.inc.php | 5 +++-- scp/css/{action-dropdown.css => dropdown.css} | 0 scp/js/{jquery.action-dropdown.js => jquery.dropdown.js} | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) rename scp/css/{action-dropdown.css => dropdown.css} (100%) rename scp/js/{jquery.action-dropdown.js => jquery.dropdown.js} (99%) diff --git a/include/staff/header.inc.php b/include/staff/header.inc.php index 175fb10f5..4d9475356 100644 --- a/include/staff/header.inc.php +++ b/include/staff/header.inc.php @@ -20,8 +20,9 @@ <link rel="stylesheet" href="./css/scp.css" media="screen"> <link rel="stylesheet" href="./css/typeahead.css" media="screen"> <link type="text/css" href="../css/ui-lightness/jquery-ui-1.8.18.custom.css" rel="stylesheet" /> - <link type="text/css" rel="stylesheet" href="./css/action-dropdown.css"> - <script type="text/javascript" src="./js/jquery.action-dropdown.js"></script> + <link type="text/css" rel="stylesheet" href="../css/font-awesome.css"> + <link type="text/css" rel="stylesheet" href="./css/dropdown.css"> + <script type="text/javascript" src="./js/jquery.dropdown.js"></script> <?php if($ost && ($headers=$ost->getExtraHeaders())) { echo "\n\t".implode("\n\t", $headers)."\n"; diff --git a/scp/css/action-dropdown.css b/scp/css/dropdown.css similarity index 100% rename from scp/css/action-dropdown.css rename to scp/css/dropdown.css diff --git a/scp/js/jquery.action-dropdown.js b/scp/js/jquery.dropdown.js similarity index 99% rename from scp/js/jquery.action-dropdown.js rename to scp/js/jquery.dropdown.js index 7a46f4b64..c0604e75d 100644 --- a/scp/js/jquery.action-dropdown.js +++ b/scp/js/jquery.dropdown.js @@ -71,4 +71,4 @@ if(jQuery) (function($) { } }); -})(jQuery); \ No newline at end of file +})(jQuery); -- GitLab