mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-03-19 03:50:02 +01:00
Removes a console.log.
This commit is contained in:
parent
8658bac71a
commit
b87dc5a45b
@ -64,7 +64,6 @@ modulejs.define('core/server-request-mock-aai', ['$', '_', 'core/settings', 'cor
|
||||
parse = function (absHref, html) {
|
||||
|
||||
html = '<div id="body-mock">' + html.replace(/^[\s\S]*<body.*?>|<\/body>[\s\S]*$/g, '') + '</div>';
|
||||
console.log(html, $(html));
|
||||
var $table = $(html).find('#data-apache-autoindex table');
|
||||
|
||||
return _.compact(_.map($table.find('td').closest('tr'), function (tr) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user