Skip to content

Commit

Permalink
Updated slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Swader committed Dec 7, 2014
1 parent b000331 commit 62897f4
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 3 deletions.
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# IntelliJ - PhpStorm and PyCharm
.idea
*.ipr
*.iws

# Netbeans
nbproject
.nbproject
.nbproject/*
nbproject/*
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml

# Mac OSX
.DS_Store
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes

# SublimeText project files
/*.sublime-project
*.sublime-workspace

# Vagrant
.vagrant
.vagrant/*
2 changes: 0 additions & 2 deletions lib/jquery-1.8.3.min.js

This file was deleted.

4 changes: 4 additions & 0 deletions lib/jquery-2.1.1.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"content_scripts": [
{
"matches": ["http://*/*"],
"js": ["lib/jquery-1.8.3.min.js","scripts/main.js"],
"js": ["lib/jquery-2.1.1.min.js","scripts/main.js"],
"run_at": "document_idle"
}
],
Expand Down

0 comments on commit 62897f4

Please sign in to comment.