Commit ff5b339c authored by ibuler's avatar ibuler

Update asset_cu_list.html

parent 70c86d2a
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
content: new_url+data content: new_url+data
}); });
*/ */
window.open(new_url+data, '', 'width=628px, height=420px'); window.open(new_url+data, '', 'width=628px, height=380px');
} else if (dataArray.length == 1 && data != 'error'){ } else if (dataArray.length == 1 && data != 'error'){
/* /*
layer.open({ layer.open({
...@@ -282,7 +282,7 @@ ...@@ -282,7 +282,7 @@
content: new_url content: new_url
}); });
*/ */
window.open(new_url+data, '', 'width=628px, height=420px'); window.open(new_url+data, '', 'width=628px, height=380px');
} else { } else {
/* /*
...@@ -363,4 +363,4 @@ ...@@ -363,4 +363,4 @@
}); });
</script> </script>
{% endblock %} {% endblock %}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment