Commit 85bf826f by tady

Merge commit 'eb0bf3e7' into kitakuni/design_stocks

parents a0f94c8a eb0bf3e7
...@@ -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
......
# Desc
# open link in newtab
# Usage:
$ ->
$('a[href^=http]')
.not('[href*="' + location.hostname + '"]')
.attr({target:"_blank"})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment