This commit is contained in:
2021-06-25 08:25:11 +00:00
parent 8877c0bad0
commit 37d34c2bab
739 changed files with 613 additions and 1120 deletions

0
public/mobile/js/animethumbnailer.js Executable file → Normal file
View File

0
public/mobile/js/bootstrap-tagsinput.min.js vendored Executable file → Normal file
View File

0
public/mobile/js/bootstrap.min.js vendored Executable file → Normal file
View File

0
public/mobile/js/clipboard.min.js vendored Executable file → Normal file
View File

0
public/mobile/js/clippy.js Executable file → Normal file
View File

0
public/mobile/js/handlebars.min.js vendored Executable file → Normal file
View File

0
public/mobile/js/imagesloaded.pkgd.min.js vendored Executable file → Normal file
View File

0
public/mobile/js/isotope.pkgd.min.js vendored Executable file → Normal file
View File

0
public/mobile/js/jquery-1.7.js vendored Executable file → Normal file
View File

0
public/mobile/js/jquery.detectmobilebrowser.js Executable file → Normal file
View File

0
public/mobile/js/jquery.mCustomScrollbar.concat.min.js vendored Executable file → Normal file
View File

0
public/mobile/js/jquery.min.js vendored Executable file → Normal file
View File

0
public/mobile/js/jquery.timeago.js Executable file → Normal file
View File

0
public/mobile/js/marderchen_cat.js Executable file → Normal file
View File

0
public/mobile/js/raven.min.js vendored Executable file → Normal file
View File

0
public/mobile/js/simplebar.js Executable file → Normal file
View File

0
public/mobile/js/styleswitcher.js Executable file → Normal file
View File

0
public/mobile/js/video.min.js vendored Executable file → Normal file
View File

6
public/mobile/js/w0bmscript.js Executable file → Normal file
View File

@@ -632,7 +632,7 @@ $(function() {
$('[data-thumb]').on('mouseenter', function(e) {
var id = $(this).data('thumb');
var lnk = '//b.w0bm.com/thumbs/' + id + '.gif';
var lnk = '//w0bm.com/thumbs/' + id + '.gif';
var loc = get_loc(e);
$(document.body).prepend('<div id="thumb"></div>');
$('div#thumb').prepend('<img id="thumb"/>');
@@ -1142,7 +1142,7 @@ $(function() {
formData.append('file', file);
$('.progress-striped, #upload-stats').css('opacity', 0).slideDown('fast').animate({opacity: 1}, {queue: false, duration: 'fast'});
jqXHR = $.ajax({
url: '/api/upload',
url: '/api/video/upload',
type: 'POST',
data: formData,
processData: false,
@@ -1151,7 +1151,7 @@ $(function() {
switch(cb.error) {
case 'null':
if(cb.video_id) {
flash('success', 'Upload successful: <a href="/' + cb.video_id + '">/' + cb.video_id + '</a>. Redirect in 3 seconds...');
flash('success', 'Success! <a href="/' + cb.video_id + '">/' + cb.video_id + '</a>. Redirect in 3 seconds...');
setTimeout(function() {
location.href = '/' + cb.video_id;
}, 3000);

0
public/mobile/js/w0bmscript.min.js vendored Executable file → Normal file
View File

0
public/mobile/js/w0bmscript.min.js.map Executable file → Normal file
View File