- Указали прямой путь к необходимому скрипту обработки

parent 2e5364f6
...@@ -45,7 +45,7 @@ class TriggerLogs extends \yii\db\ActiveRecord ...@@ -45,7 +45,7 @@ class TriggerLogs extends \yii\db\ActiveRecord
var value = 5; var value = 5;
setInterval(function() { setInterval(function() {
$.ajax({ $.ajax({
url: "/triggers/default/settimeoflogs", url: "http://taskon.task-on.com/triggers/default/settimeoflogs",
method: "GET", method: "GET",
async: false, async: false,
data: { data: {
......
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