* Finish bug#3510.
This commit is contained in:
@@ -145,7 +145,7 @@ function setStoryModule()
|
||||
/* Set the story priview link. */
|
||||
function setPreview()
|
||||
{
|
||||
if(!$('#story').val())
|
||||
if(!Number($('#story').val()))
|
||||
{
|
||||
$('#preview').addClass('hidden');
|
||||
$('#copyButton').addClass('hidden');
|
||||
|
||||
Reference in New Issue
Block a user