This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Money cat</title> | |
</head> | |
<body> | |
<div style="display: inline-block;"> | |
<textarea id="in" name="in" rows="40" cols="100"></textarea> | |
<textarea id="out" name="out" rows="40" cols="100"></textarea> | |
</div> | |
<div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(function() { | |
/** | |
* Ваш сайт, для примеров работы с запросами | |
*/ | |
var URL = 'http://example.com'; | |
/** | |
* Некоторые переменные, доступные в глобальной видимости Омнидеска: | |
* CurrentCaseId | |
* CurrentUserId |
