Changeset 1281237
- Timestamp:
- 11/06/2015 04:24:59 PM (10 years ago)
- Location:
- octavius-rocks/trunk
- Files:
-
- 3 edited
-
admin/js/octavius-dashboard.js (modified) (4 diffs)
-
octavius-client.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
octavius-rocks/trunk/admin/js/octavius-dashboard.js
r1281223 r1281237 30 30 */ 31 31 this.init_ab = function(){ 32 console.log("init_ab");33 32 /** 34 33 * upate table on socket event 35 34 */ 36 35 socket.on('update_ab_top_reports', function(data){ 37 console.log(data);38 36 if(data.error){ //if no results found 39 37 $results_ab.empty(); … … 60 58 data: {ids: content_ids}, 61 59 success: function(_data){ 62 console.log("get_ab_info");63 60 $results_ab.empty(); 64 61 $loading_ab.css("visibility", "hidden"); … … 141 138 var ab_timeout = null; 142 139 this.get_ab_significant_contents = function(){ 143 console.log("get_ab_significant_contents");144 140 clearTimeout(ab_timeout); 145 141 ab_timeout = setTimeout(function(){ … … 148 144 } 149 145 this.emit_get_ab_significant_contents = function(){ 150 console.log("emit_get_ab_significant_contents");151 146 $loading_ab.css("visibility", "visible"); 152 147 if(!oc.admincore.is_ready){ -
octavius-rocks/trunk/octavius-client.php
r1281156 r1281237 8 8 * Plugin URI: http://www.palasthotel.de 9 9 * Description: Tacking click paths 10 * Version: 1.3. 810 * Version: 1.3.9 11 11 * Author: PALASTHOTEL by Edward 12 12 * Author URI: http://www.palasthotel.de -
octavius-rocks/trunk/readme.txt
r1281156 r1281237 5 5 Requires at least: 4.0 6 6 Tested up to: 4.3 7 Stable tag: 1.3. 87 Stable tag: 1.3.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 33 33 34 34 == Changelog == 35 36 = 1.3.9 = 37 * Fixed some errors in AB-Results Box. 35 38 36 39 = 1.3.8 =
Note: See TracChangeset
for help on using the changeset viewer.