We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3190428 commit a2dac06Copy full SHA for a2dac06
src/views/dashboard.blade.php
@@ -56,15 +56,6 @@
56
$(this).find('.pull-right .add').addClass('panel-'+color[pointer]);
57
pointer++;
58
})
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
68
69
70
</script>
0 commit comments