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

Commit

Permalink
jquery 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Jun 3, 2011
1 parent b123943 commit f1c86ad
Show file tree
Hide file tree
Showing 12 changed files with 62 additions and 48 deletions.
6 changes: 5 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 2011-06-02 0.3.95
--------------------
* jquery 1.6.1

## 2011-03-10 0.3.94
-------------------
--------------------
* Migrate to argparse

## 2011-02-25 0.3.93
Expand Down
2 changes: 1 addition & 1 deletion zetalibrary/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
import os.path

version_info = (0, 3, 94)
version_info = (0, 3, 95)

__version__ = version = '.'.join(map(str, version_info))
__project__ = PROJECT = __name__
Expand Down
14 changes: 8 additions & 6 deletions zetalibrary/tests/jquery/__main.js

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions zetalibrary/tests/jquery/_main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion zetalibrary/tests/zeta/_main.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ html {
:hover, :active {
outline: none}

a, :active, :visited {
a, a:active, a:visited {
color: #607890}

a:hover {
Expand Down
4 changes: 2 additions & 2 deletions zetalibrary/tests/zeta/_main.css.orig
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ html {
:hover, :active {
outline: none}

a, :active, :visited {
a, a:active, a:visited {
color: #607890}

a:hover {
Expand Down Expand Up @@ -295,7 +295,7 @@ Zeta is a static framework.


/* ============================== */
/* Zeta import: '/home/klen/Projects/github.com/zeta-library/zetalibrary/tests/zeta/test_helpers.scss' */
/* Zeta import: '/home/klen/Projects/zeta-library/zetalibrary/tests/zeta/test_helpers.scss' */
/* From: 'zeta://zeta.css' */
.test {
float: left;
Expand Down
14 changes: 8 additions & 6 deletions zetalibrary/tests/zeta/_main.js

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions zetalibrary/tests/zeta/_main.js.orig

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions zetalibrary/zetalib/jquery.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQuery is a fast and concise JavaScript Library. See http://jquery.com
1.5.1
1.6.1
*/

require('jquery/jquery-1.5.1.min.js');
require('jquery/jquery-1.6.1.min.js');
16 changes: 0 additions & 16 deletions zetalibrary/zetalib/jquery/jquery-1.5.1.min.js

This file was deleted.

18 changes: 18 additions & 0 deletions zetalibrary/zetalib/jquery/jquery-1.6.1.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion zetalibrary/zetalib/zeta/z-base/z-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ html {
:hover, :active {
outline: none; }

a, :active, :visited {
a, a:active, a:visited {
color: $z-link-color; }

a:hover {
Expand Down

0 comments on commit f1c86ad

Please sign in to comment.