mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Remove debugger call
This commit is contained in:
parent
01fe9c0b5c
commit
732a95799c
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ jQuery(function () {
|
||||||
function populate_flickr(data, text_status) {
|
function populate_flickr(data, text_status) {
|
||||||
var ul = $("ul", "#flickr");
|
var ul = $("ul", "#flickr");
|
||||||
ul.empty();
|
ul.empty();
|
||||||
debugger;
|
|
||||||
jQuery.each(data.photos.photo, function(i, photo) {
|
jQuery.each(data.photos.photo, function(i, photo) {
|
||||||
var li = $("<li></li>");
|
var li = $("<li></li>");
|
||||||
var a = $("<a></a>");
|
var a = $("<a></a>");
|
||||||
|
|
Loading…
Reference in a new issue