diff --git a/LICENSE b/LICENSE index 636eb5597..091785932 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* appchan x - Version 2.9.29 - 2014-05-29 +* appchan x - Version 2.9.29 - 2014-06-05 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index e761aaf2d..c9348f720 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -25,7 +25,7 @@ // ==/UserScript== /* -* appchan x - Version 2.9.29 - 2014-05-29 +* appchan x - Version 2.9.29 - 2014-06-05 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -15573,7 +15573,7 @@ return; } swfName = $('.fileText > a'); - nav = $('.navLinks'); + nav = $('.navLinks.desktop'); swfName = swfName.href.replace(/^(.*?)\/f\//g, ""); sauceLink = $.el('a', { textContent: 'Check Sauce on SWFCHAN', diff --git a/builds/crx/script.js b/builds/crx/script.js index 5d7d00bdb..fb8f0bdbe 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* appchan x - Version 2.9.29 - 2014-05-29 +* appchan x - Version 2.9.29 - 2014-06-05 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -15593,7 +15593,7 @@ return; } swfName = $('.fileText > a'); - nav = $('.navLinks'); + nav = $('.navLinks.desktop'); swfName = swfName.href.replace(/^(.*?)\/f\//g, ""); sauceLink = $.el('a', { textContent: 'Check Sauce on SWFCHAN', diff --git a/src/Miscellaneous/Flash.coffee b/src/Miscellaneous/Flash.coffee index fb3c2283b..36f0efa62 100644 --- a/src/Miscellaneous/Flash.coffee +++ b/src/Miscellaneous/Flash.coffee @@ -9,7 +9,7 @@ Flash = return unless g.VIEW is 'thread' swfName = $ '.fileText > a' - nav = $ '.navLinks' + nav = $ '.navLinks.desktop' swfName = swfName.href.replace /^(.*?)\/f\//g, "" sauceLink = $.el 'a', textContent: 'Check Sauce on SWFCHAN'