Browse Source

Google Pretty Print never loaded, there's no need to include it.

crynobone 12 years ago
parent
commit
2f2b0416aa

+ 1 - 1
application/views/error/404.php

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

+ 1 - 1
application/views/error/500.php

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

+ 2 - 2
application/views/home/index.blade.php

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