mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Removing extraneous alert() in media
This commit is contained in:
@@ -17,7 +17,6 @@ $(function () {
|
||||
var itemsPerColumn = Math.ceil(listHeight / itemSize);
|
||||
|
||||
var pageCount = itemsPerRow * itemsPerColumn;
|
||||
alert(pageCount);
|
||||
|
||||
function mediaPartViewModel(data) {
|
||||
var self = this;
|
||||
|
Reference in New Issue
Block a user