[svn r38708] document.location is not in DOM. We need to implemented some stuff in
js backend to be able to test this --HG-- branch : trunk
This commit is contained in:
@@ -249,7 +249,7 @@ def set_msgbox(item_name, data):
|
||||
txt = create_text_elem(item_name + "\n" + data)
|
||||
pre.appendChild(txt)
|
||||
msgbox.appendChild(pre)
|
||||
dom.document.location = "#message"
|
||||
dom.window.location.assign("#message")
|
||||
glob.data_empty = False
|
||||
|
||||
def show_traceback(item_name="aa"):
|
||||
|
||||
Reference in New Issue
Block a user