Skip to content

Commit a2dac06

Browse files
authoredFeb 28, 2019
we don't have version check anymore
1 parent 3190428 commit a2dac06

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed
 

‎src/views/dashboard.blade.php

-9
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,6 @@
5656
$(this).find('.pull-right .add').addClass('panel-'+color[pointer]);
5757
pointer++;
5858
})
59-
@unless($version == 'dev-master')
60-
// check for update of laravelpanel
61-
$.getJSON( "http://api.laravelpanel.com/checkupdate/{{ $version }}", function( data ) {
62-
if(data.needUpdate){
63-
$(".update a").text(data.text);
64-
$(".update").removeClass('hide');
65-
}
66-
})
67-
@endunless
6859
6960
})
7061
</script>

0 commit comments

Comments
 (0)
Please sign in to comment.