[Tickets #9428] Re: Uncaught ReferenceError: Sortable is not defined
bugs at horde.org
bugs at horde.org
Mon Dec 13 11:27:50 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9428
------------------------------------------------------------------------------
Ticket | 9428
Updated By | michael at bigmichi1.de
Summary | Uncaught ReferenceError: Sortable is not defined
Queue | Ansel
Version | 1.1.2
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Rubinsky
------------------------------------------------------------------------------
michael at bigmichi1.de (2010-12-13 06:27) wrote:
still got the js-error, i think the problem is that the page that i
got is only a part of the entire page, there are no headers when i
look at the source.
the entire content:
--------------------------------
<div id="o_960"><a title="Blue hills.jpg" href="#"><img
src="/ansel/img/thumb.php?image=960&style=ansel_default"
/></a></div><div id="o_961"><a title="Sunset.jpg" href="#"><img
src="/ansel/img/thumb.php?image=961&style=ansel_default"
/></a></div><div id="o_962"><a title="Water lilies.jpg" href="#"><img
src="/ansel/img/thumb.php?image=962&style=ansel_default"
/></a></div><div id="o_963"><a title="Winter.jpg" href="#"><img
src="/ansel/img/thumb.php?image=963&style=ansel_default"
/></a></div></div><script language="JavaScript1.5"
type="text/javascript">
<!--
var _setHordeTitle = 1;
try {
if (document.title && parent.frames.horde_main)
parent.document.title = document.title;
} catch (e) {
}
// -->
</script>
<script type="text/javascript">
<!--
if (typeof(_setHordeTitle) == 'undefined' && document.title &&
parent.frames.horde_main) parent.document.title = document.title;
// -->
</script>
<script type="text/javascript">//<![CDATA[
Sortable.create('sortContainer', {tag: 'div', overlap: 'horizontal',
constraint: false })
//]]></script>
</body>
</html>
-------------------------
More information about the bugs
mailing list