This website requires JavaScript.
Explore
Help
Register
Sign In
ZaneYork
/
zoneminder
Watch
1
Star
0
Fork
You've already forked zoneminder
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3cfc1a0a6d
zoneminder
/
web
/
skins
/
classic
/
views
/
js
/
donate.js
4 lines
72 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Fix donate now functionality. Improve zmWindow to take an optional sub path so that we can target /donate directly
2019-11-05 23:07:42 +08:00
if
(
action
==
'donate'
&&
option
==
'go'
)
{
zmWindow
(
'/donate/'
)
;
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2508 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-14 21:54:50 +08:00
}