relative path fix
This commit is contained in:
parent
51f3119cb5
commit
0ff7bec589
@ -5,7 +5,7 @@
|
|||||||
* https://github.com/zhukov/webogram/blob/master/LICENSE
|
* https://github.com/zhukov/webogram/blob/master/LICENSE
|
||||||
*/
|
*/
|
||||||
|
|
||||||
importScripts('mtproto.js', 'jsbn.js');
|
importScripts('mtproto.js', '../../vendor/jsbn/jsbn_combined.js');
|
||||||
|
|
||||||
onmessage = function (e) {
|
onmessage = function (e) {
|
||||||
postMessage(pqPrimeFactorization(e.data));
|
postMessage(pqPrimeFactorization(e.data));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user