use rel rather than name

This commit is contained in:
Konstantin Haase 2012-08-13 14:06:37 +02:00
parent 2ccde69385
commit 5c8d398317
2 changed files with 2 additions and 2 deletions

View File

@ -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']

View File

@ -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>