JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "docs.js"

Full Path: /var/www/html/ctctaxi/public/assets/vendor_components/flag-icon/assets/docs.js
File size: 430 bytes
MIME-type: text/plain
Charset: utf-8

window.onload = function () {
  $('.all-flags .flag-icon-background').click(function(event){
    var flag = $(event.currentTarget).attr('title');
    var w = 640;
    var h = 480;
    var left = (screen.width / 2) - (w / 2);
    var top = (screen.height / 2) - (h / 2);

    if (flag) {
      window.open('flags/4x3/' + flag + '.svg', 'flag-4x3', 'width=' + w + ', height=' + h + ', top=' + top + ', left=' + left);
    }
  });
}