Skip to content

Commit c0744bb

Browse files
author
Miika Arponen
committed
Fix for ajax is undefined bug
1 parent 48c7bf0 commit c0744bb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

js/dustpress-debugger.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ window.DustPressDebugger = ( function( window, document, $ ) {
6868
console.log("Debugger", app.jsonData);
6969

7070
app.jsonView = app.$jsonDiv.JSONView(
71-
app.jsonData,
72-
app.jsonSettings
71+
app.jsonData,
72+
app.jsonSettings
7373
);
7474
},
7575
error: function(e){
@@ -122,8 +122,8 @@ window.DustPressDebugger = ( function( window, document, $ ) {
122122
app.jsonData.Debugs.Ajax[key].push(data);
123123

124124
app.$jsonDiv.JSONView(
125-
app.jsonData,
126-
app.jsonSettings
125+
app.jsonData,
126+
app.jsonSettings
127127
);
128128
}
129129
};

plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: DustPress Debugger
55
* Plugin URI: https://github.com/devgeniem/dustpress-debugger
66
* Description: Provides handy ajaxified debugger tool for DustPress based themes.
7-
* Version: 1.5.3
7+
* Version: 1.5.4
88
* Author: Geniem Oy / Miika Arponen & Ville Siltala
99
* Author URI: http://www.geniem.com
1010
*/

0 commit comments

Comments
 (0)