From b39bcc8c369de01d94e9de40d08087b5bc983d46 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 19 Oct 2018 14:59:07 +0200 Subject: [PATCH] Remove unintentional commited part from commit a9a303a --- api/js/jsapi/jsapi.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/js/jsapi/jsapi.js b/api/js/jsapi/jsapi.js index 4bcf6f40d4..de7f45adff 100644 --- a/api/js/jsapi/jsapi.js +++ b/api/js/jsapi/jsapi.js @@ -828,10 +828,6 @@ jQuery(function(){ }); }); -jQuery(document).ready(function() { - jQuery('head').append(''); -}) - // IE does not support ES6 therefore we need to use polyfill function Number.isInteger = Number.isInteger || function(value) { return typeof value === 'number' &&