[minor] updated to prev commit

This commit is contained in:
Rushabh Mehta 2013-10-14 18:16:34 +05:30
parent 112f6221ad
commit 347921bef0

View file

@ -10,7 +10,7 @@
<script>
$(function() {
window.name = "{{ name }}";
if(getCookie("full_name")) { $.get("app/js/web_page_editable.js"); };
if(getCookie("full_name")) { $.get("lib/js/wn/website/web_page_editable.js"); };
})
</script>
{% endblock %}