mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-05 11:19:28 +01:00
Checkbox now animate with style
This commit is contained in:
@@ -63,9 +63,9 @@
|
||||
$(document).ready(function(){
|
||||
% if not headphones.CURRENT_VERSION:
|
||||
var noty_id = noty({
|
||||
text:'<span class="wsr">V</span> New version available!',
|
||||
text:'<span class="wsr">V</span> <strong>Headpones Update Available!</strong><br />A new version is ready to be installed.',
|
||||
layout: 'bottomRight',
|
||||
type:'information'
|
||||
type:'information
|
||||
});
|
||||
% elif headphones.CURRENT_VERSION != headphones.LATEST_VERSION and headphones.INSTALL_TYPE != 'win':
|
||||
var noty_id = noty({
|
||||
|
||||
Reference in New Issue
Block a user