Merge pull request #11 from josve05a/patch-1

Update submissions.js
This commit is contained in:
APerson 2014-06-11 14:03:33 -04:00
commit 5424859da2

View File

@ -516,7 +516,7 @@
'Enter the content and\\/or code of the template here.',
'EDIT BELOW THIS LINE',
'After listing your sources please cite them using inline citations and place them after the information they cite. ' +
'Please see (http://en.wikipedia.org/wiki/Wikipedia:REFB|\\[\\[Wikipedia:REFB\\]\\]) for instructions on how to add citations.',
'Please see (https://en.wikipedia.org/wiki/Help:Referencing_for_beginners|\\[\\[Wikipedia:REFB\\]\\]) for instructions on how to add citations.',
] );
} else {
// If not yet accepted, comment out cats
@ -1593,7 +1593,7 @@
cv: function () {
var $textfieldWrapper, $addAnotherLink, $clone;
updateTextfield( 'Original URL', 'http://example.com/cake' );
updateTextfield( 'Original URL', 'https://example.com/cake' );
$textfieldWrapper = $afch.find( '#textfieldWrapper' );
$clone = $textfieldWrapper.clone( true );