Remove unintentional commited part from commit a9a303a

This commit is contained in:
Hadi Nategh 2018-10-19 14:59:07 +02:00
parent 8ae20c34b9
commit b39bcc8c36

View File

@ -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' &&