1
0
mirror of synced 2025-02-09 16:49:24 +03:00

add unreleased comment to portion that needs to be stripped when releasing

This commit is contained in:
Igor Vaynberg 2013-11-07 10:15:15 -08:00
parent e3bacca741
commit 9d9aa731ec

View File

@ -196,16 +196,16 @@ $("#e10_4").select2({
}); });
</script> </script>
<div class="row"> <!-- unreleased --><div class="row">
<div class="span12"> <!-- unreleased --> <div class="span12">
<div class="alert alert-block alert-error"> <!-- unreleased --> <div class="alert alert-block alert-error">
<h4 class="alert-heading">Warning!</h4> <!-- unreleased --> <h4 class="alert-heading">Warning!</h4>
This page refers to an unreleased <em>{{ page.version }}</em> version of Select2 which may be unstable. For the latest stable <!-- unreleased --> This page refers to an unreleased <em>{{ page.version }}</em> version of Select2 which may be unstable. For the latest stable
and previous versions please see links at the top. The code for this version is only available in the <a <!-- unreleased --> and previous versions please see links at the top. The code for this version is only available in the
href="https://github.com/ivaynberg/select2">master branch.</a> <!-- unreleased --> <a href="https://github.com/ivaynberg/select2">master branch</a>.
</div> <!-- unreleased --> </div>
</div> <!-- unreleased --> </div>
</div> <!-- unreleased --></div>
<header class="jumbotron subhead"> <header class="jumbotron subhead">