Changeset 6436
- Timestamp:
- 07/15/08 12:04:22 (6 months ago)
- Files:
-
- 1 modified
-
branches/1.7/interface/owner/entry/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7/interface/owner/entry/index.php
r6298 r6436 305 305 var request = new HTTPRequest("POST", "<?php echo $blogURL;?>/owner/entry/protect/" + id); 306 306 request.onSuccess = function () { 307 objTable = getParentByTagName("TABLE", getObject("protected SettingIcon_" + id));308 objTr = getParentByTagName("TR", getObject("protected SettingIcon_" + id));307 objTable = getParentByTagName("TABLE", getObject("protectedIcon_" + id)); 308 objTr = getParentByTagName("TR", getObject("protectedIcon_" + id)); 309 309 objTable.deleteRow(objTr.rowIndex + 1); 310 311 document.getElementById("protectedSettingIcon_" + id).className = "protect-off-button button";312 310 } 313 311 request.onError = function () {
