/*
 * Assets - Frog CMS Mephisto style asset management plugin
 *
 * Copyright (c) 2008-2009 Mika Tuupola
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Project home:
 *   http://www.appelsiini.net/projects/frog_assets
 *
 */
  
jQuery(function($) {
    /* FIX IE of not allowing dropping links into textarea. */

	$("#page")
	.scrollable({size:1})
    .navigator({});	
});