use rel rather than name
This commit is contained in:
parent
2ccde69385
commit
5c8d398317
|
@ -3,7 +3,7 @@ require 'ext/ember/namespace'
|
|||
|
||||
@Travis = Em.Namespace.create
|
||||
config:
|
||||
api_endpoint: $('meta[name="travis.api_endpoint"]').attr('content')
|
||||
api_endpoint: $('meta[rel="travis.api_endpoint"]').attr('content')
|
||||
|
||||
CONFIG_KEYS: ['rvm', 'gemfile', 'env', 'jdk', 'otp_release', 'php', 'node_js', 'perl', 'python', 'scala']
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="travis.api_endpoint" content="">
|
||||
<meta rel="travis.api_endpoint" content="">
|
||||
<title>Travis CI - Distributed Continuous Integration Platform for the Open Source Community</title>
|
||||
<link rel="stylesheet" href="/stylesheets/application.css">
|
||||
<script src="/javascripts/vendor.js"></script>
|
||||
|
|
Loading…
Reference in New Issue
Block a user