You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Js in Generated page (/admin/model/model) is broken, because variable timestamp has wrong value (Js mistake). And model view dont work.
In Head of page, last script (dynamicaly generated.)
base_url = "/admin";
var topic_string = "";
var timestamp = {1404,954953,474808};
$(document).ready(function() {
if (topic_string) {
watch_topic(topic_string, timestamp);
}
});
The text was updated successfully, but these errors were encountered:
Js in Generated page (/admin/model/model) is broken, because variable timestamp has wrong value (Js mistake). And model view dont work.
In Head of page, last script (dynamicaly generated.)
base_url = "/admin";
var topic_string = "";
var timestamp = {1404,954953,474808};
$(document).ready(function() {
if (topic_string) {
watch_topic(topic_string, timestamp);
}
});
The text was updated successfully, but these errors were encountered: