Merge pull request #640 from crynobone/feature/remove-prettyprint

Google Pretty Print never loaded, there's no need to include it.
This commit is contained in:
Taylor Otwell 2012-05-10 06:31:49 -07:00
commit d0edf92e31
3 changed files with 3 additions and 3 deletions

View File

@ -96,7 +96,7 @@
} }
</style> </style>
</head> </head>
<body onload="prettyPrint()"> <body>
<div class="wrapper"> <div class="wrapper">
<div class="error-spacer"></div> <div class="error-spacer"></div>
<div role="main" class="main"> <div role="main" class="main">

View File

@ -96,7 +96,7 @@
} }
</style> </style>
</head> </head>
<body onload="prettyPrint()"> <body>
<div class="wrapper"> <div class="wrapper">
<div class="error-spacer"></div> <div class="error-spacer"></div>
<div role="main" class="main"> <div role="main" class="main">

View File

@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
{{ HTML::style('laravel/css/style.css') }} {{ HTML::style('laravel/css/style.css') }}
</head> </head>
<body onload="prettyPrint()"> <body>
<div class="wrapper"> <div class="wrapper">
<header> <header>
<h1>Laravel</h1> <h1>Laravel</h1>