summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-08-13 09:37:04 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-08-13 09:37:04 -0600
commitaa1036f51275f4c9a6ce3948580fa6047822af1b (patch)
treef2f3304adbc79a96904ac7fa96afce8947fe71f4
parent064062e54408330ace8f3fdafbfb7d675aac9680 (diff)
downloadaskbot-aa1036f51275f4c9a6ce3948580fa6047822af1b.tar.gz
askbot-aa1036f51275f4c9a6ce3948580fa6047822af1b.tar.bz2
askbot-aa1036f51275f4c9a6ce3948580fa6047822af1b.zip
fixed issues with iframe's javascript
-rw-r--r--askbot/skins/default/templates/ask_widget_complete.html2
-rw-r--r--askbot/skins/default/templates/widget_base.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/askbot/skins/default/templates/ask_widget_complete.html b/askbot/skins/default/templates/ask_widget_complete.html
index 82fe570c..eb3156b1 100644
--- a/askbot/skins/default/templates/ask_widget_complete.html
+++ b/askbot/skins/default/templates/ask_widget_complete.html
@@ -3,6 +3,6 @@
{%endblock%}
{%block body%}
-<a href="{{question_url}}" >Question posted</a>
+<a href="{{question_url}} target="_blank" >Question posted</a>
{%endblock%}
diff --git a/askbot/skins/default/templates/widget_base.html b/askbot/skins/default/templates/widget_base.html
index fd5e739e..d23c07bc 100644
--- a/askbot/skins/default/templates/widget_base.html
+++ b/askbot/skins/default/templates/widget_base.html
@@ -3,6 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
{% spaceless %}
<head>
+ {% include "meta/html_head_javascript.html" %}
{% include "meta/bottom_scripts.html" %}
{% block before_css %}{% endblock %}
{% block forestyle %}{% endblock %}