mirror of
https://github.com/geohot/qira
synced 2025-02-19 16:04:16 +03:00
okay, the classnames must be refactored
This commit is contained in:
parent
2031871322
commit
2e892f8486
@ -33,7 +33,7 @@ import time
|
||||
import qira_analysis
|
||||
import qira_log
|
||||
|
||||
LIMIT = 50
|
||||
LIMIT = 200
|
||||
|
||||
from flask import Flask, Response, redirect
|
||||
from flask.ext.socketio import SocketIO, emit
|
||||
|
5
web/client/controls.js
vendored
5
web/client/controls.js
vendored
@ -43,6 +43,7 @@ Template.controls.events = {
|
||||
Session.set("iaddr", undefined);
|
||||
} else {
|
||||
Session.set("iaddr", e.target.value);
|
||||
Session.set("dirtyiaddr", true);
|
||||
}
|
||||
},
|
||||
'change #control_daddr': function(e) {
|
||||
@ -103,9 +104,7 @@ window.onkeydown = function(e) {
|
||||
} else if (e.keyCode == 67 && e.shiftKey == true) {
|
||||
// shift-C = clear all forks
|
||||
delete_all_forks();
|
||||
} /* else if (e.keyCode == 76) { // l
|
||||
Session.set("iaddr", Session.get("ciaddr"));
|
||||
}*/
|
||||
}
|
||||
};
|
||||
|
||||
$(document).ready(function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user