mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Remove unintentional commited part from commit a9a303a
This commit is contained in:
parent
8ae20c34b9
commit
b39bcc8c36
@ -828,10 +828,6 @@ jQuery(function(){
|
||||
});
|
||||
});
|
||||
|
||||
jQuery(document).ready(function() {
|
||||
jQuery('head').append('<link rel="manifest" href="/egroupware/pixelegg/manifest.json">');
|
||||
})
|
||||
|
||||
// IE does not support ES6 therefore we need to use polyfill function
|
||||
Number.isInteger = Number.isInteger || function(value) {
|
||||
return typeof value === 'number' &&
|
||||
|
Loading…
Reference in New Issue
Block a user