Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
EL-Captain-Website
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
EL-Captain-Website
Commits
e62f40cc
Commit
e62f40cc
authored
Jul 16, 2026
by
Mahmoud Aglan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extend pricing calculator slider max to 20 million EGP
Co-Authored-By:
Claude Sonnet 4.6
<
noreply@anthropic.com
>
parent
83225004
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
main.js
public/js/main.js
+2
-2
No files found.
public/js/main.js
View file @
e62f40cc
...
...
@@ -733,8 +733,8 @@ function initPricingCalc() {
const
currencyLabel
=
isSA
?
'ر.س'
:
'ج.م'
;
const
minCollections
=
10000
;
const
maxCollections
=
5
00000
;
const
step
=
5
000
;
const
maxCollections
=
200
00000
;
const
step
=
10
000
;
function
formatAmount
(
amount
)
{
return
new
Intl
.
NumberFormat
(
'ar-EG'
,
{
style
:
'currency'
,
currency
:
currencyCode
,
maximumFractionDigits
:
0
}).
format
(
amount
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment