Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Commit

Permalink
updated jquery. bumped year to 2013
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle committed Dec 7, 2012
1 parent 4c7d7ed commit e420b91
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Expand Up @@ -4,7 +4,7 @@ Ultrose is licensed under both MIT and GPLv3.

===========================MIT LICENSE================================================

Copyright (c) 2012 Dan Nagle (http://dannagle.com)
Copyright (c) 2012,2013 Dan Nagle (http://dannagle.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the "Software"), to deal in the Software
Expand Down
2 changes: 1 addition & 1 deletion README.mdown
Expand Up @@ -26,7 +26,7 @@ The first 150 lines of code is the best documenation. You can enable/disable log

##Credits

Copyright (c) 2012 [Dan Nagle][personal_site]
Copyright (c) 2013 [Dan Nagle][personal_site]

[ultrose_website]: http://ultrose.com
[personal_site]: http://dannagle.com
8 changes: 4 additions & 4 deletions index.php
Expand Up @@ -371,10 +371,10 @@
<head>
<title><?php echo htmlspecialchars($title." | ".$slogan); ?></title>
<META NAME="DESCRIPTION" CONTENT="<?php echo $desciption; ?>">
<META NAME="Generator" CONTENT="Ultrose 1.2.1">
<META NAME="Generator" CONTENT="Ultrose 1.2.2">

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js"
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"
type="text/javascript"></script>

<script type="text/javascript">
Expand Down Expand Up @@ -481,7 +481,7 @@ function() { $(this).removeClass('ui-state-hover'); }

</script>

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/themes/<?php echo
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/<?php echo
$theme;?>/jquery-ui.css" type="text/css" />


Expand Down

0 comments on commit e420b91

Please sign in to comment.