Skip to content
Snippets Groups Projects
Commit da07f770 authored by Peter Rotich's avatar Peter Rotich
Browse files

Rename jquery dropdown files

Change header to match the new names
parent 24aaa90e
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
File moved
......@@ -71,4 +71,4 @@ if(jQuery) (function($) {
}
});
})(jQuery);
\ No newline at end of file
})(jQuery);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment