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/css/bootstrap-tagsinput.css vendored Executable file → Normal file
View File

0
public/mobile/css/chilledblue.css vendored Executable file → Normal file
View File

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

0
public/mobile/css/epilepsie.css vendored Executable file → Normal file
View File

0
public/mobile/css/font-awesome.min.css vendored Executable file → Normal file
View File

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

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

0
public/mobile/css/style.css vendored Executable file → Normal file
View File

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

0
public/mobile/css/vjsnew.css vendored Executable file → Normal file
View File

0
public/mobile/css/w0bmcustom.css vendored Executable file → Normal file
View File

0
public/mobile/css/w0bmfonts.css vendored Executable file → Normal file
View File

0
public/mobile/css/xayd.css vendored Executable file → Normal file
View File

0
public/mobile/favicon.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View File

View File

0
public/mobile/fonts/CWB0XYA8bzo0kSThX0UTuA.woff2 Executable file → Normal file
View File

View File

View File

View File

View File

0
public/mobile/fonts/fontawesome-webfont.eot Executable file → Normal file
View File

0
public/mobile/fonts/fontawesome-webfont.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 434 KiB

After

Width:  |  Height:  |  Size: 434 KiB

0
public/mobile/fonts/fontawesome-webfont.ttf Executable file → Normal file
View File

0
public/mobile/fonts/fontawesome-webfont.woff Executable file → Normal file
View File

0
public/mobile/fonts/fontawesome-webfont.woff2 Executable file → Normal file
View File

View File

0
public/mobile/fonts/pEobIV_lL25TKBpqVI_a2w.woff2 Executable file → Normal file
View File

View File

View File

0
public/mobile/fonts/vcr.ttf Executable file → Normal file
View File

View File

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

0
public/mobile/logo.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB