Skip to content

Commit 7a36b12

Browse files
committed
Cleanup.
1 parent 5e50404 commit 7a36b12

File tree

8 files changed

+13
-7
lines changed

8 files changed

+13
-7
lines changed
File renamed without changes.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Evolutility-UI-jQuery · [![GitHub license](https://img.shields.io/github/license/evoluteur/evolutility-ui-jquery)](https://github.com/evoluteur/evolutility-ui-jquery/blob/master/LICENSE.md) [![npm version](https://img.shields.io/npm/v/evolutility-ui-jquery)](https://www.npmjs.com/package/evolutility-ui-jquery)
1+
# Evolutility-UI-jQuery · [![GitHub license](https://img.shields.io/github/license/evoluteur/evolutility-ui-jquery)](https://github.com/evoluteur/evolutility-ui-jquery/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/evolutility-ui-jquery)](https://www.npmjs.com/package/evolutility-ui-jquery)
22

33

44
Evolutility-UI-jQuery provides a set of generic Backbone Views to browse, edit, filter, export and chart Backbone models and collections of different structures.
@@ -377,4 +377,4 @@ The (beginning of a) [documentation](http://evoluteur.github.io/evolutility-ui-j
377377

378378
Copyright (c) 2020 [Olivier Giulieri](https://evoluteur.github.io/).
379379

380-
Evolutility-UI-jQuery is released under the [MIT license](http://github.com/evoluteur/evolutility-ui-jquery/blob/master/LICENSE.md).
380+
Evolutility-UI-jQuery is released under the [MIT license](http://github.com/evoluteur/evolutility-ui-jquery/blob/master/LICENSE).

demo/custom-app.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<html xmlns="http://www.w3.org/1999/xhtml" >
1+
<!DOCTYPE html>
2+
<html lang="en">
23
<head>
34
<meta charset="utf-8">
45
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

demo/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<html xmlns="http://www.w3.org/1999/xhtml" >
1+
<!DOCTYPE html>
2+
<html lang="en">
23
<head>
34
<meta charset="utf-8">
45
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

demo/test.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<html xmlns="http://www.w3.org/1999/xhtml" >
1+
<!DOCTYPE html>
2+
<html lang="en">
23
<head>
34
<meta charset="utf-8">
45
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<html xmlns="http://www.w3.org/1999/xhtml" >
1+
<!DOCTYPE html>
2+
<html lang="en">
23
<head>
34
<meta charset="utf-8">
45
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

js/view-one/one.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ return Backbone.View.extend({
7070

7171
getFields: function (){
7272
if(!this._fields){
73-
var that = this;
7473
this._fields = eDef.getFields(this.uiModel, this.fieldsetFilter);
7574
this._fieldHash = eDef.getFieldsHash(this._fields);
7675
}

sass/many.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
6565
}
6666

6767
}
68+
.evo-many-summary{
69+
margin-top:10px;
70+
}
6871
.evol-r-align{
6972
text-align: right;
7073
}

0 commit comments

Comments
 (0)