You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
691 B
27 lines
691 B
<script type="text/javascript" src="{{www}}/main/notebook/resources/js/proxy.js"></script>
|
|
<script type="text/javascript" src="{{www}}/main/notebook/resources/js/ui.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
$(function() {
|
|
|
|
ui.proxy = notebook;
|
|
|
|
window.context = {};
|
|
|
|
context.sec_token = '{{sec_token}}';
|
|
context.c_id = '{{c_id}}';
|
|
context.session_id = '{{session_id}}';
|
|
context.www = '{{www}}';
|
|
context.ajax = '{{www}}/main/inc/ajax/notebook.ajax.php';
|
|
|
|
if(typeof(lang) == "undefined")
|
|
{
|
|
window.lang = {};
|
|
}
|
|
|
|
lang.ConfirmYourChoice = "{{'ConfirmYourChoice'|get_lang}}";
|
|
|
|
});
|
|
|
|
</script> |