test debug output

This commit is contained in:
Travis Hegner
2015-06-29 13:45:50 -04:00
parent 3597a948fd
commit 2428313be3

View File

@@ -16,6 +16,7 @@ function get_overlib(content) {
var ret = overlib(content, WRAP,HAUTO,VAUTO);
jQuery.event.trigger("ajaxStop");
console.log('test');
return ret;
}