mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-15 05:41:51 +08:00
Rename performQuery -> performNewQuery
This commit is contained in:
parent
7f953e989e
commit
180547e078
@ -249,7 +249,7 @@ function updateViewGraph() {
|
||||
|
||||
let query = [];
|
||||
|
||||
function performQuery() {
|
||||
function performNewQuery() {
|
||||
for (let filter of queryState.filters) {
|
||||
query.push(filter.toObject());
|
||||
}
|
||||
|
@ -157,7 +157,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<button class="m-2 btn bg-plan" id="query-button" onclick="performQuery()"><i
|
||||
<button class="m-2 btn bg-plan" id="query-button" onclick="performNewQuery()"><i
|
||||
class="fa fa-search"></i> Perform Query!
|
||||
</button>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user