|
|
@@ -103,7 +103,7 @@ class Route_UrlAction_TaskManager extends RouteBase {// TODO: UrlActionBase @see
|
|
|
echo '<link rel="stylesheet" type="text/css" href="static/sweetalert2.min.css">';
|
|
|
// echo '<link rel="stylesheet" href="static/task.css?'.time().'" type="text/css" />';
|
|
|
UI::startTag('style', ['type' => "text/css"]);
|
|
|
- include dirname(__FILE__) . '.task.css';
|
|
|
+ echo file_get_contents(__FILE__ . '.task.css');
|
|
|
UI::endTag('style');
|
|
|
|
|
|
echo '<script src="static/sweetalert2.min.js"></script>';
|