Changeset 1177052
- Timestamp:
- 06/08/2015 09:29:29 PM (11 years ago)
- Location:
- profit-button/trunk
- Files:
-
- 3 edited
-
probtn.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
start_probtn.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
profit-button/trunk/probtn.php
r1175805 r1177052 7 7 * Plugin URI: http://probtn.com 8 8 * Description: Floating Button is an interactive element that used to show custom content inside your application. If the button is tapped then the popup with Browser would open. The url in the Browser is set using settings on our server. 9 * Version: 1.9.1 19 * Version: 1.9.12 10 10 * Author: hintsolutions 11 11 * Author URI: http://probtn.com -
profit-button/trunk/readme.txt
r1175815 r1177052 5 5 Requires at least: 3.3 6 6 Tested up to: 3.5.1 7 Stable tag: 1.9.1 17 Stable tag: 1.9.12 8 8 License: Licenced under LGPL 9 9 License URI: http://opensource.org/licenses/LGPL-3.0 -
profit-button/trunk/start_probtn.php
r1175805 r1177052 41 41 var localSettingsPath = "settings.json"; 42 42 var isHPMD = false; 43 var domain = 'wordpress.plugin'; 43 <?php 44 if ($source==1) { ?> 45 var domain = 'wordpress.plugin'; 46 <?php } else { ?> 47 var domain = document.domain.replace("www.", ""); 48 <?php } ?> 49 44 50 try { 45 51 window.probtn_hpmd = hpmd;
Note: See TracChangeset
for help on using the changeset viewer.