GOSINT icon indicating copy to clipboard operation
GOSINT copied to clipboard

tags.js missing

Open ddpbsd opened this issue 6 years ago • 0 comments

I installed the master branch, and see the following in a chrome debug console:

Failed to load resource: the server responded with a status of 404 (Not Found)

It's referenced in 2 files:

$ grep -r tags.js *
post-processing.php:<script src="inc/js/general/tags.js"></script>
pre-processing.php:<script src="inc/js/general/tags.js"></script>

But it doesn't exist:

$ ls -l website/inc/js/general/
total 192
-rw-rw-r--. 1 gosint gosint 36816 Jun  4 19:58 bootstrap.min.js
-rwxrwxr-x. 1 gosint gosint 16767 Jun  4 19:58 bootstrap-tokenfield.js
-rw-rw-r--. 1 gosint gosint  1612 Jun  4 19:58 generate.js
-rwxrwxr-x. 1 gosint gosint    11 Jun  4 19:58 index.php
-rw-rw-r--. 1 gosint gosint 92594 Jun  4 19:58 jquery-1.9.1.min.js
-rwxrwxr-x. 1 gosint gosint  4707 Jun  4 19:58 jquery.modal.min.js
-rwxrwxr-x. 1 gosint gosint 24820 Jun  4 19:58 jquery.noty.packaged.min.js

I also don't see it in the repository. I don't know if it impacts functionality or not.

ddpbsd avatar Jun 05 '18 12:06 ddpbsd