Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
29f78a97dd
|
|||
88714e3a1d
|
13
index.html
13
index.html
@@ -42,10 +42,9 @@
|
|||||||
<table class="title_table">
|
<table class="title_table">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="blank_title_cell"><img src="ubblogo.png" /></td>
|
<td class="blank_title_cell"><img src="ubblogo.png" /></td>
|
||||||
<td class="project_name"><label for="project_name">{{strings.project_name}} </label><input type="text"
|
<td class="project_name">
|
||||||
id="project_name"
|
<label for="project_name">{{strings.project_name}} </label><input type="text" id="project_name" name="project_name" value=""/>
|
||||||
name="project_name"
|
</td>
|
||||||
value=""/></td>
|
|
||||||
<td class="options">
|
<td class="options">
|
||||||
<input ng-click="show_help();" type="button" value="{{strings.help}}" />
|
<input ng-click="show_help();" type="button" value="{{strings.help}}" />
|
||||||
<label>
|
<label>
|
||||||
@@ -152,11 +151,11 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<div class="credits">
|
<div class="credits">
|
||||||
<b>JVON Web</b><br/>
|
<b>JVON Web 1.1.2</b><br/>
|
||||||
{{strings.credits_description}} <b>{{strings.credits_john}}</b><br/>
|
{{strings.credits_description}} <b>{{strings.credits_john}}</b><br/>
|
||||||
{{strings.credits_cromer}}<br/>
|
{{strings.credits_cromer}}<br/>
|
||||||
Ingeniería Civil en Informática, Universidad del Bío Bío, 2015<br/>
|
Ingeniería Civil en Informática, Universidad del Bío Bío, 2015-2020<br/>
|
||||||
<a target="_blank" href="jvon-1.1.1.apk">Version android</a>
|
<!--<a target="_blank" href="jvon-1.1.1.apk">Version android</a>-->
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@@ -678,7 +678,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||||||
var syntax = $scope.check_syntax(value);
|
var syntax = $scope.check_syntax(value);
|
||||||
var sqr;
|
var sqr;
|
||||||
if (syntax.type == "blank") {
|
if (syntax.type == "blank") {
|
||||||
if ($scope.ac == "") {
|
if (typeof $scope.ac != 'number') {
|
||||||
alert($scope.strings.error_ac);
|
alert($scope.strings.error_ac);
|
||||||
$scope.stop_code();
|
$scope.stop_code();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user