Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rendezvous
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VeNtura
rendezvous
Commits
85bf826f
Commit
85bf826f
authored
Jul 29, 2014
by
tady
Browse files
Options
Browse Files
Download
Plain Diff
Merge commit '
eb0bf3e7
' into kitakuni/design_stocks
parents
a0f94c8a
eb0bf3e7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
.travis.yml
+0
-1
app/assets/javascripts/modules/mod-target-blank.js.coffee
+8
-0
No files found.
.travis.yml
View file @
85bf826f
...
@@ -2,7 +2,6 @@ bundler_args: "--without development --path=~/.bundle"
...
@@ -2,7 +2,6 @@ bundler_args: "--without development --path=~/.bundle"
language
:
ruby
language
:
ruby
rvm
:
rvm
:
-
2.1.2
-
2.1.2
-
2.0.0
env
:
env
:
matrix
:
matrix
:
-
DB_TEST_DATABASE=rendezvous_test DB_TEST_USER=travis
-
DB_TEST_DATABASE=rendezvous_test DB_TEST_USER=travis
...
...
app/assets/javascripts/modules/mod-target-blank.js.coffee
0 → 100644
View file @
85bf826f
# Desc
# open link in newtab
# Usage:
$
->
$
(
'a[href^=http]'
)
.
not
(
'[href*="'
+
location
.
hostname
+
'"]'
)
.
attr
({
target
:
"_blank"
})
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment