WP File Manager
Current Path:
/
home
/
argothem
/
www
/
organecyberpresse
/
plugins-dist
/
mediabox
/
lib
/
lity
/
plugins
/
googlemaps
/
Name
Action
..
googlemaps.js
Edit
googlemaps.min.js
Edit
Editing: googlemaps.min.js
/*! Lity - v3.0.0-dev - 2020-04-26 * http://sorgalla.com/lity/ * Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */ !function(a,b){"function"==typeof define&&define.amd?define(["lity"],function(a){b(a)}):b("object"==typeof module&&"object"==typeof module.exports?require("lity"):a.lity)}("undefined"!=typeof window?window:this,function(a){"use strict";var b=/((maps|www)\.)?google\.([^\/\?]+)\/?((maps\/?)?\?)(.*)/i;a.handlers("googlemaps",function(c,d){var e=b.exec(c);return!!e&&a.iframe("https://www.google."+e[3]+"/maps?"+e[6],d,{output:e[6].indexOf("layer=c")>0?"svembed":"embed"},c)})});