Skip to content

Commit

Permalink
Deleted debug option from view.
Browse files Browse the repository at this point in the history
  • Loading branch information
drjoju committed Mar 17, 2015
1 parent 972737b commit 06c3e50
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions resources/views/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<script>
jQuery(document).ready(function(){
jQuery.validator.setDefaults({
debug: <?php echo env('APP_DEBUG')?'true':'false'; ?>
});

$("<?php echo $validator['selector']; ?>").validate({
highlight: function (element) { // hightlight error inputs
Expand Down

0 comments on commit 06c3e50

Please sign in to comment.