Skip to content

Commit 49f8c13

Browse files
Bart van den BurgBurgov
authored andcommitted
minor fixes
1 parent 396fdf2 commit 49f8c13

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/Symfony/Bundle/FrameworkBundle/DataCollector/AjaxDataCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ public function getName()
3333
return 'ajax';
3434
}
3535

36-
}
36+
}

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@
179179
renderAjaxRequests: renderAjaxRequests,
180180
181181
load: function(selector, url, onSuccess, onError, options) {
182-
183182
var el = document.getElementById(selector);
184183
185184
if (el && el.getAttribute('data-sfurl') !== url) {
@@ -217,5 +216,4 @@
217216
}
218217
}
219218
})();
220-
221-
/*]]>*/</script>
219+
/*]]>*/</script>

0 commit comments

Comments
 (0)