????JFIF??x?x????'
Server IP : 104.21.48.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/pontiacques.org/wp-content/plugins/robo-gallery/js/admin/ |
Upload File : |
/* * Robo Gallery * Version: 2.0 * By Robosoft * * Contact: https://robosoft.co/robogallery/ * Created: 2015 * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php * * Copyright (c) 2014-2019, Robosoft. All rights reserved. * Available only in https://robosoft.co/robogallery/ */ (function($){ /* shortcode copy to clipboard */ $('.robo-gallery-shortcode').click( function() { try { this.select(); document.execCommand('copy'); $('.robo-gallery-shortcode-message').remove(); $(this).after('<p class="robo-gallery-shortcode-message">ShortCode copied to clipboard!</p>'); if(window['roboGalleryTimerShortCode']!=undefined) clearTimeout(window['roboGalleryTimerShortCode']); window['roboGalleryTimerShortCode'] = setTimeout( function(){ $('.robo-gallery-shortcode-message').remove(); }, 3000); } catch (err) { console.log('ID 69877: Can\'t copy ShortCode '); } }); })(jQuery);