mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-27 20:30:32 +00:00
build
This commit is contained in:
parent
0f6886656e
commit
a13da976ae
@ -1190,7 +1190,7 @@ class ProjectTask extends AbstractModel
|
||||
if ($addMsg) {
|
||||
WebSocketDialogMsg::sendMsg(null, $this->dialog_id, 'notice', [
|
||||
'notice' => '标记任务未完成'
|
||||
]);
|
||||
], 0, true);
|
||||
}
|
||||
} else {
|
||||
// 标记已完成
|
||||
@ -1207,7 +1207,7 @@ class ProjectTask extends AbstractModel
|
||||
if ($addMsg) {
|
||||
WebSocketDialogMsg::sendMsg(null, $this->dialog_id, 'notice', [
|
||||
'notice' => '标记任务已完成'
|
||||
]);
|
||||
], 0, true);
|
||||
}
|
||||
}
|
||||
$this->save();
|
||||
|
||||
2
public/css/app.css
vendored
2
public/css/app.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
2
public/js/app.js
vendored
2
public/js/app.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/141.js
vendored
2
public/js/build/141.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/276.js
vendored
Normal file
2
public/js/build/276.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -8,7 +8,7 @@
|
||||
/*!
|
||||
* The buffer module from node.js, for the browser.
|
||||
*
|
||||
* @author Feross Aboukhadijeh <http://feross.org>
|
||||
* @author Feross Aboukhadijeh <https://feross.org>
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
2
public/js/build/494.js
vendored
2
public/js/build/494.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/553.js
vendored
2
public/js/build/553.js
vendored
File diff suppressed because one or more lines are too long
@ -8,7 +8,7 @@
|
||||
/*!
|
||||
* The buffer module from node.js, for the browser.
|
||||
*
|
||||
* @author Feross Aboukhadijeh <http://feross.org>
|
||||
* @author Feross Aboukhadijeh <https://feross.org>
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
|
||||
2
public/js/build/578.js
vendored
2
public/js/build/578.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/648.js
vendored
2
public/js/build/648.js
vendored
File diff suppressed because one or more lines are too long
@ -8,7 +8,7 @@
|
||||
/*!
|
||||
* The buffer module from node.js, for the browser.
|
||||
*
|
||||
* @author Feross Aboukhadijeh <http://feross.org>
|
||||
* @author Feross Aboukhadijeh <https://feross.org>
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
|
||||
2
public/js/build/710.js
vendored
2
public/js/build/710.js
vendored
File diff suppressed because one or more lines are too long
@ -8,7 +8,7 @@
|
||||
/*!
|
||||
* The buffer module from node.js, for the browser.
|
||||
*
|
||||
* @author Feross Aboukhadijeh <http://feross.org>
|
||||
* @author Feross Aboukhadijeh <https://feross.org>
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
|
||||
2
public/js/build/864.js
vendored
2
public/js/build/864.js
vendored
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
95171bfb539cdb76
|
||||
c53b2dd750043c59
|
||||
|
||||
@ -310,6 +310,9 @@
|
||||
color: $primary-desc-color;
|
||||
background-color: #efefef;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.dialog-tag {
|
||||
cursor: pointer;
|
||||
|
||||
.tag-user {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user