
$(document).ready(function(){$('.sortable').sortable({update:function(event,ui){var items=$(this).sortable('toArray').toString();$.get(urlRoot+'admin/ajax/sort/',{data:items});}});$('.sortable2').sortable({update:function(event,ui){var items=$(this).sortable('toArray').toString();$.get(urlRoot+'admin/ajax/sort-links/',{data:items});}});$('.sortable3').sortable({update:function(event,ui){var items=$(this).sortable('toArray').toString();$.get(urlRoot+'admin/ajax/sort-options/',{data:items});}});});function searchGallery(q){$.post('/ajax/gallery/',{'q':q},function(data){$('#last-photo').html(data);});}
