mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Remove unecessery argument to jQuery.get on home page
This commit is contained in:
parent
ff222c1cf2
commit
11d695ffe7
1 changed files with 1 additions and 1 deletions
|
@ -24,5 +24,5 @@ jQuery(function () {
|
|||
};
|
||||
|
||||
// Populate Flickr
|
||||
jQuery.get("/photos.xml", {dataType: 'xml'}, populate_flickr);
|
||||
jQuery.get("/photos.xml", {}, populate_flickr);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue