Changeset 2887 for lliurex-mirror
- Timestamp:
- Nov 16, 2016, 4:32:13 PM (4 years ago)
- Location:
- lliurex-mirror/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-mirror/trunk/fuentes/admin-center-lliurex-mirror.install/lliurex-mirror/src/js/lliurex-mirror.js
r2884 r2887 362 362 363 363 Utils.n4d('', n4dclass, 'get_percentage', [response['msg']], function getpercentage(response){ 364 percentagetext.innerHTML = response['msg'].toString() ;364 percentagetext.innerHTML = response['msg'].toString() + "%"; 365 365 if (response['msg'] < 1){ 366 366 response['msg'] = 1; -
lliurex-mirror/trunk/fuentes/debian/changelog
r2884 r2887 1 lliurex-mirror (28.2.1) xenial; urgency=medium 2 3 * Fix percentage text 4 5 -- Raul Rodrigo Segura <raurodse@gmail.com> Wed, 16 Nov 2016 14:14:34 +0100 6 1 7 lliurex-mirror (28.2) xenial; urgency=medium 2 8
Note: See TracChangeset
for help on using the changeset viewer.