mirror of
https://github.com/openvk/openvk
synced 2024-12-25 01:51:03 +03:00
Merge branch 'bug-tracker' of https://github.com/n1rwana/openvk into bug-tracker
This commit is contained in:
commit
1edaa06710
1 changed files with 2 additions and 2 deletions
|
@ -441,7 +441,7 @@ $(document).on("scroll", () => {
|
|||
})
|
||||
|
||||
function showBtStatusChangeDialog(report, hash) {
|
||||
MessageBox("Измененить статус", `<form action="/bug${report}/setStatus" method="post" id="status_change_dialog">
|
||||
MessageBox("Изменить статус", `<form action="/bug${report}/setStatus" method="post" id="status_change_dialog">
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
|
@ -492,7 +492,7 @@ function showBtStatusChangeDialog(report, hash) {
|
|||
}
|
||||
|
||||
function showBtPriorityChangeDialog(report, hash) {
|
||||
MessageBox("Измененить приоритет", `<form action="/bug${report}/setPriority" method="post" id="priority_change_dialog">
|
||||
MessageBox("Изменить приоритет", `<form action="/bug${report}/setPriority" method="post" id="priority_change_dialog">
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue