--- /dev/null
+/**
+ * Provides the javascript for managing syncml sessions.
+ *
+ * See the enclosed file COPYING for license information (LGPL). If you
+ * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
+ */
+var HordeSyncMLPrefs = {
+
+ removeAnchor: function(device, db) {
+ $('removedevice').setValue(device);
+ $('removedb').setValue(db);
+ document.forms.prefs.actionID = 'update_special';
+ document.forms.prefs.submit();
+ }
+}
\ No newline at end of file
<input type="hidden" name="wipeid" id="wipeid" />
<table class="horde-table striped">
<tr>
- <th><gettext></gettext></th>
+ <th></th>
<th><gettext>Device</gettext></th>
<th><gettext>Last Sync Time</gettext></th>
<th><gettext>Status</gettext></th>