Lines 1-4
Link Here
|
1 |
/* global _ irregularity more_than_one_serial subscriptionid tags interface theme mana_enabled MSG_FREQUENCY_LENGTH_ERROR MSG_BIBLIO_NOT_EXIST */ |
1 |
/* global __ irregularity more_than_one_serial subscriptionid tags interface theme mana_enabled MSG_FREQUENCY_LENGTH_ERROR MSG_BIBLIO_NOT_EXIST */ |
2 |
|
2 |
|
3 |
var globalnumpatterndata; |
3 |
var globalnumpatterndata; |
4 |
var globalfreqdata; |
4 |
var globalfreqdata; |
Lines 55-61
function Check_page1() {
Link Here
|
55 |
} else { |
55 |
} else { |
56 |
var bookseller_ids = BOOKSELLER_IDS; |
56 |
var bookseller_ids = BOOKSELLER_IDS; |
57 |
if ( $.inArray(Number(bookseller_id), bookseller_ids) == -1 ) { |
57 |
if ( $.inArray(Number(bookseller_id), bookseller_ids) == -1 ) { |
58 |
alert ("The vendor does not exist"); |
58 |
alert ( __("The vendor does not exist") ); |
59 |
return false; |
59 |
return false; |
60 |
} |
60 |
} |
61 |
} |
61 |
} |
62 |
- |
|
|